Shades of Lavender #DEE0FF
Tints of Lavender #DEE0FF
RGB
CMYK
RGB Variations
Color information
#DEE0FF (or 0xDEE0FF) is known color: Lavender. HEX triplet: DE, E0 and FF. RGB value is (222,224,255). Sum of RGB (Red+Green+Blue) = 222+224+255=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0FF is #211F00. Grayscale: #E2E2E2. Windows color (decimal): -2170625 or 16769246. OLE color: 16769246.
HSL color Cylindrical-coordinate representation of color #DEE0FF: hue angle of 236.36º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEE0FF is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 224 | 255 | - |
| CMYK | 0.13 | 0.12 | 0 | 0 |
| HSL | 236.36º | 1% | 0.94% | - |
| HSV(B) | 236.36º | 0.13% | 1% | - |
| XYZ | 74.83 | 76.06 | 105.35 | - |
| YUV | 226.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 255 | 0.13 | 0.12 | 0 | 0 | 236.36 | 1 | 0.94 |
| Hex | DE | E0 | FF | D | C | 0 | 0 | EC | 64 | 5E |
| Octal | 336 | 340 | 377 | 15 | 14 | 0 | 0 | 354 | 144 | 136 |
| Binary | 11011110 | 11100000 | 11111111 | 1101 | 1100 | 0 | 0 | 11101100 | 1100100 | 1011110 |
Color Harmonies of #DEE0FF
Complementary color
Monochromatic Colors of #DEE0FF
Black with #DEE0FF
Text Example
Text Example
White with #DEE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0FF; }
p { color: rgb(222,224,255); }
H1.HeaderClassName
{
color: #DEE0FF;
}
.AnyTagClassName
{
color: #DEE0FF;
}
</style>
background-color css
<style>
a { background-color: #DEE0FF; }
a { background-color: rgb(222,224,255); }
div.DivClassName
{
background-color: #DEE0FF;
}
.BgClassName
{
background-color: #DEE0FF;
}
</style>
border-color css
<style>
span { border-color: #DEE0FF; }
span { border-color: rgb(222,224,255); }
td.TdClassName
{
border-color: #DEE0FF;
}
.TagClassName
{
border-color: #DEE0FF;
}
</style>