Color spaces of #ddb2cc
RGB | 221 | 178 | 204 |
---|---|---|---|
HSL | 0.90 | 0.39 | 0.78 |
HSV | 324° | 19° | 87° |
CMYK | 0.00 | 0.19 | 0.08 0.13 |
XYZ | 56.6383 | 51.5726 | 64.0961 |
Yxy | 51.5726 | 0.3287 | 0.2993 |
Hunter Lab | 71.8141 | 15.1047 | -2.6482 |
CIE-Lab | 77.0246 | 19.7851 | -7.2308 |
#ddb2cc color RGB value is (221,178,204).
#ddb2cc hex color red value is 221, green value is 178 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ddb2cc hue: 0.90 , saturation: 0.39 and the lightness value of ddb2cc is 0.78.
The process color (four color CMYK) of #ddb2cc color hex is 0.00, 0.19, 0.08, 0.13. Web safe color of #ddb2cc is #cc99cc. Color #ddb2cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10110010 | 11001100 |
Octal | 335 | 262 | 314 |
Decimal | 221 | 178 | 204 |
Hex | DD | B2 | CC |
Shades of #ddb2cc
Tints of #ddb2cc
RGB Percentages of Color #ddb2cc
CMYK Percentages of Color #ddb2cc
Complementary Color
#ddb2cc | #b2ddc3 |
#ddb2cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddb2cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddb2cc Color CSS Codes
.mybgcolor {background-color:#ddb2cc; } .myforecolor {color:#ddb2cc; } .mybordercolor {border:3px solid #ddb2cc; }
#ddb2cc Text Font Color
<p style="color:#ddb2cc">Text here</p>
This sample text font color is #ddb2cc
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.
#ddb2cc Background Color
<div style="background-color:#ddb2cc">
Div content here</div>
This div background color is #ddb2cc
#ddb2cc Border Color
<div style="border:3px solid #ddb2cc">
Div here</div>
This div border color is #ddb2cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,178,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddb2cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddb2cc; -webkit-box-shadow: 1px 1px 3px 2px #ddb2cc; box-shadow: 1px 1px 3px 2px #ddb2cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,178,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 #ddb2cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb2cc; -webkit-box-shadow: 1px 1px 3px 2px #ddb2cc; box-shadow: 1px 1px 3px 2px #ddb2cc;">
Div content here</div>
This div box has shadow with color #ddb2cc
Comments
No comments written yet.
Please login to write comment.