Color spaces of #deaeee
RGB | 222 | 174 | 238 |
---|---|---|---|
HSL | 0.79 | 0.65 | 0.81 |
HSV | 285° | 27° | 93° |
CMYK | 0.07 | 0.27 | 0.00 0.07 |
XYZ | 60.6929 | 51.9747 | 87.7222 |
Yxy | 51.9747 | 0.3029 | 0.2594 |
Hunter Lab | 72.0935 | 24.1091 | -21.6777 |
CIE-Lab | 77.2657 | 28.5554 | -25.2971 |
#deaeee color RGB value is (222,174,238).
#deaeee hex color red value is 222, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #deaeee hue: 0.79 , saturation: 0.65 and the lightness value of deaeee is 0.81.
The process color (four color CMYK) of #deaeee color hex is 0.07, 0.27, 0.00, 0.07. Web safe color of #deaeee is #cc99ff. Color #deaeee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101110 | 11101110 |
Octal | 336 | 256 | 356 |
Decimal | 222 | 174 | 238 |
Hex | DE | AE | EE |
Shades of #deaeee
Tints of #deaeee
RGB Percentages of Color #deaeee
CMYK Percentages of Color #deaeee
Complementary Color
#deaeee | #beeeae |
#deaeee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deaeee Color Preview on White Background
Lorem ipsum dolor sit amet.
#deaeee Color CSS Codes
.mybgcolor {background-color:#deaeee; } .myforecolor {color:#deaeee; } .mybordercolor {border:3px solid #deaeee; }
#deaeee Text Font Color
<p style="color:#deaeee">Text here</p>
This sample text font color is #deaeee
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.
#deaeee Background Color
<div style="background-color:#deaeee">
Div content here</div>
This div background color is #deaeee
#deaeee Border Color
<div style="border:3px solid #deaeee">
Div here</div>
This div border color is #deaeee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,174,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deaeee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deaeee; -webkit-box-shadow: 1px 1px 3px 2px #deaeee; box-shadow: 1px 1px 3px 2px #deaeee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,174,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deaeee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deaeee; -webkit-box-shadow: 1px 1px 3px 2px #deaeee; box-shadow: 1px 1px 3px 2px #deaeee;">
Div content here</div>
This div box has shadow with color #deaeee
Comments
No comments written yet.
Please login to write comment.