Shades of Lavender #DEE2FE
Tints of Lavender #DEE2FE
RGB
CMYK
RGB Variations
Color information
#DEE2FE (or 0xDEE2FE) is known color: Lavender. HEX triplet: DE, E2 and FE. RGB value is (222,226,254). Sum of RGB (Red+Green+Blue) = 222+226+254=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2FE is #211D01. Grayscale: #E3E3E3. Windows color (decimal): -2170114 or 16704222. OLE color: 16704222.
HSL color Cylindrical-coordinate representation of color #DEE2FE: hue angle of 232.5º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEE2FE is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 226 | 254 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.00 |
| HSL | 232.5º | 0.94% | 0.93% | - |
| HSV(B) | 232.5º | 0.13% | 1% | - |
| XYZ | 75.21 | 77.08 | 104.68 | - |
| YUV | 228 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 254 | 0.13 | 0.11 | 0 | 0.00 | 232.5 | 0.94 | 0.93 |
| Hex | DE | E2 | FE | D | B | 0 | 0 | E8 | 5E | 5D |
| Octal | 336 | 342 | 376 | 15 | 13 | 0 | 0 | 350 | 136 | 135 |
| Binary | 11011110 | 11100010 | 11111110 | 1101 | 1011 | 0 | 0 | 11101000 | 1011110 | 1011101 |
Color Harmonies of #DEE2FE
Complementary color
Monochromatic Colors of #DEE2FE
Black with #DEE2FE
Text Example
Text Example
White with #DEE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2FE; }
p { color: rgb(222,226,254); }
H1.HeaderClassName
{
color: #DEE2FE;
}
.AnyTagClassName
{
color: #DEE2FE;
}
</style>
background-color css
<style>
a { background-color: #DEE2FE; }
a { background-color: rgb(222,226,254); }
div.DivClassName
{
background-color: #DEE2FE;
}
.BgClassName
{
background-color: #DEE2FE;
}
</style>
border-color css
<style>
span { border-color: #DEE2FE; }
span { border-color: rgb(222,226,254); }
td.TdClassName
{
border-color: #DEE2FE;
}
.TagClassName
{
border-color: #DEE2FE;
}
</style>