Shades of Lavender #DEE5FF
Tints of Lavender #DEE5FF
RGB
CMYK
RGB Variations
Color information
#DEE5FF (or 0xDEE5FF) is known color: Lavender. HEX triplet: DE, E5 and FF. RGB value is (222,229,255). Sum of RGB (Red+Green+Blue) = 222+229+255=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 229 (89.84% from 255 or 32.44% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5FF is #211A00. Grayscale: #E5E5E5. Windows color (decimal): -2169345 or 16770526. OLE color: 16770526.
HSL color Cylindrical-coordinate representation of color #DEE5FF: hue angle of 227.27º 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 #DEE5FF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 229 | 255 | - |
| CMYK | 0.13 | 0.10 | 0 | 0 |
| HSL | 227.27º | 1% | 0.94% | - |
| HSV(B) | 227.27º | 0.13% | 1% | - |
| XYZ | 76.19 | 78.79 | 105.8 | - |
| YUV | 229.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 255 | 0.13 | 0.10 | 0 | 0 | 227.27 | 1 | 0.94 |
| Hex | DE | E5 | FF | D | A | 0 | 0 | E3 | 64 | 5E |
| Octal | 336 | 345 | 377 | 15 | 12 | 0 | 0 | 343 | 144 | 136 |
| Binary | 11011110 | 11100101 | 11111111 | 1101 | 1010 | 0 | 0 | 11100011 | 1100100 | 1011110 |
Color Harmonies of #DEE5FF
Complementary color
Monochromatic Colors of #DEE5FF
Black with #DEE5FF
Text Example
Text Example
White with #DEE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5FF; }
p { color: rgb(222,229,255); }
H1.HeaderClassName
{
color: #DEE5FF;
}
.AnyTagClassName
{
color: #DEE5FF;
}
</style>
background-color css
<style>
a { background-color: #DEE5FF; }
a { background-color: rgb(222,229,255); }
div.DivClassName
{
background-color: #DEE5FF;
}
.BgClassName
{
background-color: #DEE5FF;
}
</style>
border-color css
<style>
span { border-color: #DEE5FF; }
span { border-color: rgb(222,229,255); }
td.TdClassName
{
border-color: #DEE5FF;
}
.TagClassName
{
border-color: #DEE5FF;
}
</style>