Shades of Lavender #DEE2FF
Tints of Lavender #DEE2FF
RGB
CMYK
RGB Variations
Color information
#DEE2FF (or 0xDEE2FF) is known color: Lavender. HEX triplet: DE, E2 and FF. RGB value is (222,226,255). Sum of RGB (Red+Green+Blue) = 222+226+255=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2FF is #211D00. Grayscale: #E3E3E3. Windows color (decimal): -2170113 or 16769758. OLE color: 16769758.
HSL color Cylindrical-coordinate representation of color #DEE2FF: hue angle of 232.73º 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 #DEE2FF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 226 | 255 | - |
| CMYK | 0.13 | 0.11 | 0 | 0 |
| HSL | 232.73º | 1% | 0.94% | - |
| HSV(B) | 232.73º | 0.13% | 1% | - |
| XYZ | 75.37 | 77.14 | 105.53 | - |
| YUV | 228.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 255 | 0.13 | 0.11 | 0 | 0 | 232.73 | 1 | 0.94 |
| Hex | DE | E2 | FF | D | B | 0 | 0 | E9 | 64 | 5E |
| Octal | 336 | 342 | 377 | 15 | 13 | 0 | 0 | 351 | 144 | 136 |
| Binary | 11011110 | 11100010 | 11111111 | 1101 | 1011 | 0 | 0 | 11101001 | 1100100 | 1011110 |
Color Harmonies of #DEE2FF
Complementary color
Monochromatic Colors of #DEE2FF
Black with #DEE2FF
Text Example
Text Example
White with #DEE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2FF; }
p { color: rgb(222,226,255); }
H1.HeaderClassName
{
color: #DEE2FF;
}
.AnyTagClassName
{
color: #DEE2FF;
}
</style>
background-color css
<style>
a { background-color: #DEE2FF; }
a { background-color: rgb(222,226,255); }
div.DivClassName
{
background-color: #DEE2FF;
}
.BgClassName
{
background-color: #DEE2FF;
}
</style>
border-color css
<style>
span { border-color: #DEE2FF; }
span { border-color: rgb(222,226,255); }
td.TdClassName
{
border-color: #DEE2FF;
}
.TagClassName
{
border-color: #DEE2FF;
}
</style>