Color spaces of #ddbdcc
RGB | 221 | 189 | 204 |
---|---|---|---|
HSL | 0.92 | 0.32 | 0.80 |
HSV | 332° | 14° | 87° |
CMYK | 0.00 | 0.14 | 0.08 0.13 |
XYZ | 58.9155 | 56.1270 | 64.8552 |
Yxy | 56.1270 | 0.3275 | 0.3120 |
Hunter Lab | 74.9180 | 9.2660 | 1.1162 |
CIE-Lab | 79.6860 | 13.8782 | -3.3011 |
#ddbdcc color RGB value is (221,189,204).
#ddbdcc hex color red value is 221, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ddbdcc hue: 0.92 , saturation: 0.32 and the lightness value of ddbdcc is 0.80.
The process color (four color CMYK) of #ddbdcc color hex is 0.00, 0.14, 0.08, 0.13. Web safe color of #ddbdcc is #cccccc. Color #ddbdcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111101 | 11001100 |
Octal | 335 | 275 | 314 |
Decimal | 221 | 189 | 204 |
Hex | DD | BD | CC |
Shades of #ddbdcc
Tints of #ddbdcc
RGB Percentages of Color #ddbdcc
CMYK Percentages of Color #ddbdcc
Complementary Color
#ddbdcc | #bdddce |
#ddbdcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddbdcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddbdcc Color CSS Codes
.mybgcolor {background-color:#ddbdcc; } .myforecolor {color:#ddbdcc; } .mybordercolor {border:3px solid #ddbdcc; }
#ddbdcc Text Font Color
<p style="color:#ddbdcc">Text here</p>
This sample text font color is #ddbdcc
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.
#ddbdcc Background Color
<div style="background-color:#ddbdcc">
Div content here</div>
This div background color is #ddbdcc
#ddbdcc Border Color
<div style="border:3px solid #ddbdcc">
Div here</div>
This div border color is #ddbdcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,189,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddbdcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddbdcc; -webkit-box-shadow: 1px 1px 3px 2px #ddbdcc; box-shadow: 1px 1px 3px 2px #ddbdcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,189,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddbdcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbdcc; -webkit-box-shadow: 1px 1px 3px 2px #ddbdcc; box-shadow: 1px 1px 3px 2px #ddbdcc;">
Div content here</div>
This div box has shadow with color #ddbdcc
Comments
No comments written yet.
Please login to write comment.