Shades of Lavender #DEE5FE
Tints of Lavender #DEE5FE
RGB
CMYK
RGB Variations
Color information
#DEE5FE (or 0xDEE5FE) is known color: Lavender. HEX triplet: DE, E5 and FE. RGB value is (222,229,254). Sum of RGB (Red+Green+Blue) = 222+229+254=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 229 (89.84% from 255 or 32.48% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5FE is #211A01. Grayscale: #E5E5E5. Windows color (decimal): -2169346 or 16704990. OLE color: 16704990.
HSL color Cylindrical-coordinate representation of color #DEE5FE: hue angle of 226.88º 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 #DEE5FE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 229 | 254 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.00 |
| HSL | 226.88º | 0.94% | 0.93% | - |
| HSV(B) | 226.88º | 0.13% | 1% | - |
| XYZ | 76.03 | 78.72 | 104.95 | - |
| YUV | 229.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 254 | 0.13 | 0.10 | 0 | 0.00 | 226.88 | 0.94 | 0.93 |
| Hex | DE | E5 | FE | D | A | 0 | 0 | E3 | 5E | 5D |
| Octal | 336 | 345 | 376 | 15 | 12 | 0 | 0 | 343 | 136 | 135 |
| Binary | 11011110 | 11100101 | 11111110 | 1101 | 1010 | 0 | 0 | 11100011 | 1011110 | 1011101 |
Color Harmonies of #DEE5FE
Complementary color
Monochromatic Colors of #DEE5FE
Black with #DEE5FE
Text Example
Text Example
White with #DEE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5FE; }
p { color: rgb(222,229,254); }
H1.HeaderClassName
{
color: #DEE5FE;
}
.AnyTagClassName
{
color: #DEE5FE;
}
</style>
background-color css
<style>
a { background-color: #DEE5FE; }
a { background-color: rgb(222,229,254); }
div.DivClassName
{
background-color: #DEE5FE;
}
.BgClassName
{
background-color: #DEE5FE;
}
</style>
border-color css
<style>
span { border-color: #DEE5FE; }
span { border-color: rgb(222,229,254); }
td.TdClassName
{
border-color: #DEE5FE;
}
.TagClassName
{
border-color: #DEE5FE;
}
</style>