Color spaces of #dcaedd
RGB | 220 | 174 | 221 |
---|---|---|---|
HSL | 0.83 | 0.41 | 0.77 |
HSV | 299° | 21° | 87° |
CMYK | 0.00 | 0.21 | 0.00 0.13 |
XYZ | 57.7024 | 50.7082 | 75.1530 |
Yxy | 50.7082 | 0.3143 | 0.2762 |
Hunter Lab | 71.2097 | 20.0246 | -12.7265 |
CIE-Lab | 76.5019 | 24.6566 | -17.2637 |
#dcaedd color RGB value is (220,174,221).
#dcaedd hex color red value is 220, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dcaedd hue: 0.83 , saturation: 0.41 and the lightness value of dcaedd is 0.77.
The process color (four color CMYK) of #dcaedd color hex is 0.00, 0.21, 0.00, 0.13. Web safe color of #dcaedd is #cc99cc. Color #dcaedd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101110 | 11011101 |
Octal | 334 | 256 | 335 |
Decimal | 220 | 174 | 221 |
Hex | DC | AE | DD |
Shades of #dcaedd
Tints of #dcaedd
RGB Percentages of Color #dcaedd
CMYK Percentages of Color #dcaedd
Complementary Color
#dcaedd | #afddae |
#dcaedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcaedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcaedd Color CSS Codes
.mybgcolor {background-color:#dcaedd; } .myforecolor {color:#dcaedd; } .mybordercolor {border:3px solid #dcaedd; }
#dcaedd Text Font Color
<p style="color:#dcaedd">Text here</p>
This sample text font color is #dcaedd
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.
#dcaedd Background Color
<div style="background-color:#dcaedd">
Div content here</div>
This div background color is #dcaedd
#dcaedd Border Color
<div style="border:3px solid #dcaedd">
Div here</div>
This div border color is #dcaedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,174,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcaedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcaedd; -webkit-box-shadow: 1px 1px 3px 2px #dcaedd; box-shadow: 1px 1px 3px 2px #dcaedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,174,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcaedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcaedd; -webkit-box-shadow: 1px 1px 3px 2px #dcaedd; box-shadow: 1px 1px 3px 2px #dcaedd;">
Div content here</div>
This div box has shadow with color #dcaedd
Comments
No comments written yet.
Please login to write comment.