Color spaces of #ddafe0
RGB | 221 | 175 | 224 |
---|---|---|---|
HSL | 0.82 | 0.44 | 0.78 |
HSV | 296° | 22° | 88° |
CMYK | 0.01 | 0.22 | 0.00 0.12 |
XYZ | 58.6033 | 51.4139 | 77.3562 |
Yxy | 51.4139 | 0.3128 | 0.2744 |
Hunter Lab | 71.7035 | 20.4070 | -13.7717 |
CIE-Lab | 76.9291 | 25.0074 | -18.2378 |
#ddafe0 color RGB value is (221,175,224).
#ddafe0 hex color red value is 221, green value is 175 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ddafe0 hue: 0.82 , saturation: 0.44 and the lightness value of ddafe0 is 0.78.
The process color (four color CMYK) of #ddafe0 color hex is 0.01, 0.22, 0.00, 0.12. Web safe color of #ddafe0 is #cc99cc. Color #ddafe0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101111 | 11100000 |
Octal | 335 | 257 | 340 |
Decimal | 221 | 175 | 224 |
Hex | DD | AF | E0 |
Shades of #ddafe0
Tints of #ddafe0
RGB Percentages of Color #ddafe0
CMYK Percentages of Color #ddafe0
Complementary Color
#ddafe0 | #b2e0af |
#ddafe0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddafe0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddafe0 Color CSS Codes
.mybgcolor {background-color:#ddafe0; } .myforecolor {color:#ddafe0; } .mybordercolor {border:3px solid #ddafe0; }
#ddafe0 Text Font Color
<p style="color:#ddafe0">Text here</p>
This sample text font color is #ddafe0
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.
#ddafe0 Background Color
<div style="background-color:#ddafe0">
Div content here</div>
This div background color is #ddafe0
#ddafe0 Border Color
<div style="border:3px solid #ddafe0">
Div here</div>
This div border color is #ddafe0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,175,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddafe0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddafe0; -webkit-box-shadow: 1px 1px 3px 2px #ddafe0; box-shadow: 1px 1px 3px 2px #ddafe0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,175,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddafe0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddafe0; -webkit-box-shadow: 1px 1px 3px 2px #ddafe0; box-shadow: 1px 1px 3px 2px #ddafe0;">
Div content here</div>
This div box has shadow with color #ddafe0
Comments
No comments written yet.
Please login to write comment.