Color spaces of #ddaede
RGB | 221 | 174 | 222 |
---|---|---|---|
HSL | 0.83 | 0.42 | 0.78 |
HSV | 299° | 22° | 87° |
CMYK | 0.00 | 0.22 | 0.00 0.13 |
XYZ | 58.1397 | 50.9182 | 75.8711 |
Yxy | 50.9182 | 0.3144 | 0.2753 |
Hunter Lab | 71.3570 | 20.5621 | -13.0908 |
CIE-Lab | 76.6294 | 25.1737 | -17.6050 |
#ddaede color RGB value is (221,174,222).
#ddaede hex color red value is 221, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ddaede hue: 0.83 , saturation: 0.42 and the lightness value of ddaede is 0.78.
The process color (four color CMYK) of #ddaede color hex is 0.00, 0.22, 0.00, 0.13. Web safe color of #ddaede is #cc99cc. Color #ddaede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101110 | 11011110 |
Octal | 335 | 256 | 336 |
Decimal | 221 | 174 | 222 |
Hex | DD | AE | DE |
Shades of #ddaede
Tints of #ddaede
RGB Percentages of Color #ddaede
CMYK Percentages of Color #ddaede
Complementary Color
#ddaede | #afdeae |
#ddaede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddaede Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddaede Color CSS Codes
.mybgcolor {background-color:#ddaede; } .myforecolor {color:#ddaede; } .mybordercolor {border:3px solid #ddaede; }
#ddaede Text Font Color
<p style="color:#ddaede">Text here</p>
This sample text font color is #ddaede
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.
#ddaede Background Color
<div style="background-color:#ddaede">
Div content here</div>
This div background color is #ddaede
#ddaede Border Color
<div style="border:3px solid #ddaede">
Div here</div>
This div border color is #ddaede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,174,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddaede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddaede; -webkit-box-shadow: 1px 1px 3px 2px #ddaede; box-shadow: 1px 1px 3px 2px #ddaede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,174,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddaede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddaede; -webkit-box-shadow: 1px 1px 3px 2px #ddaede; box-shadow: 1px 1px 3px 2px #ddaede;">
Div content here</div>
This div box has shadow with color #ddaede
Comments
No comments written yet.
Please login to write comment.