Color spaces of #dd9cec
RGB | 221 | 156 | 236 |
---|---|---|---|
HSL | 0.80 | 0.68 | 0.77 |
HSV | 289° | 34° | 93° |
CMYK | 0.06 | 0.34 | 0.00 0.07 |
XYZ | 56.8476 | 45.2052 | 85.0862 |
Yxy | 45.2052 | 0.3038 | 0.2416 |
Hunter Lab | 67.2348 | 33.2623 | -27.9676 |
CIE-Lab | 73.0268 | 37.5345 | -30.7225 |
#dd9cec color RGB value is (221,156,236).
#dd9cec hex color red value is 221, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dd9cec hue: 0.80 , saturation: 0.68 and the lightness value of dd9cec is 0.77.
The process color (four color CMYK) of #dd9cec color hex is 0.06, 0.34, 0.00, 0.07. Web safe color of #dd9cec is #cc99ff. Color #dd9cec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10011100 | 11101100 |
Octal | 335 | 234 | 354 |
Decimal | 221 | 156 | 236 |
Hex | DD | 9C | EC |
Shades of #dd9cec
Tints of #dd9cec
RGB Percentages of Color #dd9cec
CMYK Percentages of Color #dd9cec
Complementary Color
#dd9cec | #abec9c |
#dd9cec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd9cec Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd9cec Color CSS Codes
.mybgcolor {background-color:#dd9cec; } .myforecolor {color:#dd9cec; } .mybordercolor {border:3px solid #dd9cec; }
#dd9cec Text Font Color
<p style="color:#dd9cec">Text here</p>
This sample text font color is #dd9cec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dd9cec Background Color
<div style="background-color:#dd9cec">
Div content here</div>
This div background color is #dd9cec
#dd9cec Border Color
<div style="border:3px solid #dd9cec">
Div here</div>
This div border color is #dd9cec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,156,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd9cec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd9cec; -webkit-box-shadow: 1px 1px 3px 2px #dd9cec; box-shadow: 1px 1px 3px 2px #dd9cec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,156,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd9cec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd9cec; -webkit-box-shadow: 1px 1px 3px 2px #dd9cec; box-shadow: 1px 1px 3px 2px #dd9cec;">
Div content here</div>
This div box has shadow with color #dd9cec
Comments
No comments written yet.
Please login to write comment.