Color spaces of #deaffc
RGB | 222 | 175 | 252 |
---|---|---|---|
HSL | 0.77 | 0.93 | 0.84 |
HSV | 277° | 31° | 99° |
CMYK | 0.12 | 0.31 | 0.00 0.01 |
XYZ | 63.0249 | 53.2178 | 99.0458 |
Yxy | 53.2178 | 0.2927 | 0.2472 |
Hunter Lab | 72.9505 | 26.5499 | -29.4334 |
CIE-Lab | 78.0034 | 30.8210 | -31.7110 |
#deaffc color RGB value is (222,175,252).
#deaffc hex color red value is 222, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #deaffc hue: 0.77 , saturation: 0.93 and the lightness value of deaffc is 0.84.
The process color (four color CMYK) of #deaffc color hex is 0.12, 0.31, 0.00, 0.01. Web safe color of #deaffc is #cc99ff. Color #deaffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101111 | 11111100 |
Octal | 336 | 257 | 374 |
Decimal | 222 | 175 | 252 |
Hex | DE | AF | FC |
Shades of #deaffc
Tints of #deaffc
RGB Percentages of Color #deaffc
CMYK Percentages of Color #deaffc
Complementary Color
#deaffc | #cdfcaf |
#deaffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deaffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#deaffc Color CSS Codes
.mybgcolor {background-color:#deaffc; } .myforecolor {color:#deaffc; } .mybordercolor {border:3px solid #deaffc; }
#deaffc Text Font Color
<p style="color:#deaffc">Text here</p>
This sample text font color is #deaffc
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.
#deaffc Background Color
<div style="background-color:#deaffc">
Div content here</div>
This div background color is #deaffc
#deaffc Border Color
<div style="border:3px solid #deaffc">
Div here</div>
This div border color is #deaffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,175,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deaffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deaffc; -webkit-box-shadow: 1px 1px 3px 2px #deaffc; box-shadow: 1px 1px 3px 2px #deaffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,175,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deaffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deaffc; -webkit-box-shadow: 1px 1px 3px 2px #deaffc; box-shadow: 1px 1px 3px 2px #deaffc;">
Div content here</div>
This div box has shadow with color #deaffc
Comments
No comments written yet.
Please login to write comment.