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