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