Shades of Lavender #DEE4FF
Tints of Lavender #DEE4FF
RGB
CMYK
RGB Variations
Color information
#DEE4FF (or 0xDEE4FF) is known color: Lavender. HEX triplet: DE, E4 and FF. RGB value is (222,228,255). Sum of RGB (Red+Green+Blue) = 222+228+255=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 228 (89.45% from 255 or 32.34% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4FF is #211B00. Grayscale: #E5E5E5. Windows color (decimal): -2169601 or 16770270. OLE color: 16770270.
HSL color Cylindrical-coordinate representation of color #DEE4FF: hue angle of 229.09º 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 #DEE4FF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 228 | 255 | - |
| CMYK | 0.13 | 0.11 | 0 | 0 |
| HSL | 229.09º | 1% | 0.94% | - |
| HSV(B) | 229.09º | 0.13% | 1% | - |
| XYZ | 75.92 | 78.24 | 105.71 | - |
| YUV | 229.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 255 | 0.13 | 0.11 | 0 | 0 | 229.09 | 1 | 0.94 |
| Hex | DE | E4 | FF | D | B | 0 | 0 | E5 | 64 | 5E |
| Octal | 336 | 344 | 377 | 15 | 13 | 0 | 0 | 345 | 144 | 136 |
| Binary | 11011110 | 11100100 | 11111111 | 1101 | 1011 | 0 | 0 | 11100101 | 1100100 | 1011110 |
Color Harmonies of #DEE4FF
Complementary color
Monochromatic Colors of #DEE4FF
Black with #DEE4FF
Text Example
Text Example
White with #DEE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE4FF; }
p { color: rgb(222,228,255); }
H1.HeaderClassName
{
color: #DEE4FF;
}
.AnyTagClassName
{
color: #DEE4FF;
}
</style>
background-color css
<style>
a { background-color: #DEE4FF; }
a { background-color: rgb(222,228,255); }
div.DivClassName
{
background-color: #DEE4FF;
}
.BgClassName
{
background-color: #DEE4FF;
}
</style>
border-color css
<style>
span { border-color: #DEE4FF; }
span { border-color: rgb(222,228,255); }
td.TdClassName
{
border-color: #DEE4FF;
}
.TagClassName
{
border-color: #DEE4FF;
}
</style>