Shades of Lavender #DEE3FF
Tints of Lavender #DEE3FF
RGB
CMYK
RGB Variations
Color information
#DEE3FF (or 0xDEE3FF) is known color: Lavender. HEX triplet: DE, E3 and FF. RGB value is (222,227,255). Sum of RGB (Red+Green+Blue) = 222+227+255=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 227 (89.06% from 255 or 32.24% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3FF is #211C00. Grayscale: #E4E4E4. Windows color (decimal): -2169857 or 16770014. OLE color: 16770014.
HSL color Cylindrical-coordinate representation of color #DEE3FF: hue angle of 230.91º 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 #DEE3FF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 227 | 255 | - |
| CMYK | 0.13 | 0.11 | 0 | 0 |
| HSL | 230.91º | 1% | 0.94% | - |
| HSV(B) | 230.91º | 0.13% | 1% | - |
| XYZ | 75.64 | 77.69 | 105.62 | - |
| YUV | 228.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 255 | 0.13 | 0.11 | 0 | 0 | 230.91 | 1 | 0.94 |
| Hex | DE | E3 | FF | D | B | 0 | 0 | E7 | 64 | 5E |
| Octal | 336 | 343 | 377 | 15 | 13 | 0 | 0 | 347 | 144 | 136 |
| Binary | 11011110 | 11100011 | 11111111 | 1101 | 1011 | 0 | 0 | 11100111 | 1100100 | 1011110 |
Color Harmonies of #DEE3FF
Complementary color
Monochromatic Colors of #DEE3FF
Black with #DEE3FF
Text Example
Text Example
White with #DEE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3FF; }
p { color: rgb(222,227,255); }
H1.HeaderClassName
{
color: #DEE3FF;
}
.AnyTagClassName
{
color: #DEE3FF;
}
</style>
background-color css
<style>
a { background-color: #DEE3FF; }
a { background-color: rgb(222,227,255); }
div.DivClassName
{
background-color: #DEE3FF;
}
.BgClassName
{
background-color: #DEE3FF;
}
</style>
border-color css
<style>
span { border-color: #DEE3FF; }
span { border-color: rgb(222,227,255); }
td.TdClassName
{
border-color: #DEE3FF;
}
.TagClassName
{
border-color: #DEE3FF;
}
</style>