Shades of Lavender #DEE0FA
Tints of Lavender #DEE0FA
RGB
CMYK
RGB Variations
Color information
#DEE0FA (or 0xDEE0FA) is known color: Lavender. HEX triplet: DE, E0 and FA. RGB value is (222,224,250). Sum of RGB (Red+Green+Blue) = 222+224+250=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEE0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0FA is #211F05. Grayscale: #E2E2E2. Windows color (decimal): -2170630 or 16441566. OLE color: 16441566.
HSL color Cylindrical-coordinate representation of color #DEE0FA: hue angle of 235.71º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEE0FA is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 224 | 250 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.02 |
| HSL | 235.71º | 0.74% | 0.93% | - |
| HSV(B) | 235.71º | 0.11% | 0.98% | - |
| XYZ | 74.04 | 75.74 | 101.16 | - |
| YUV | 226.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 250 | 0.11 | 0.10 | 0 | 0.02 | 235.71 | 0.74 | 0.93 |
| Hex | DE | E0 | FA | B | A | 0 | 2 | EC | 4A | 5D |
| Octal | 336 | 340 | 372 | 13 | 12 | 0 | 2 | 354 | 112 | 135 |
| Binary | 11011110 | 11100000 | 11111010 | 1011 | 1010 | 0 | 10 | 11101100 | 1001010 | 1011101 |
Color Harmonies of #DEE0FA
Complementary color
Monochromatic Colors of #DEE0FA
Black with #DEE0FA
Text Example
Text Example
White with #DEE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0FA; }
p { color: rgb(222,224,250); }
H1.HeaderClassName
{
color: #DEE0FA;
}
.AnyTagClassName
{
color: #DEE0FA;
}
</style>
background-color css
<style>
a { background-color: #DEE0FA; }
a { background-color: rgb(222,224,250); }
div.DivClassName
{
background-color: #DEE0FA;
}
.BgClassName
{
background-color: #DEE0FA;
}
</style>
border-color css
<style>
span { border-color: #DEE0FA; }
span { border-color: rgb(222,224,250); }
td.TdClassName
{
border-color: #DEE0FA;
}
.TagClassName
{
border-color: #DEE0FA;
}
</style>