Shades of Lavender #DEE3FA
Tints of Lavender #DEE3FA
RGB
CMYK
RGB Variations
Color information
#DEE3FA (or 0xDEE3FA) is known color: Lavender. HEX triplet: DE, E3 and FA. RGB value is (222,227,250). Sum of RGB (Red+Green+Blue) = 222+227+250=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 227 (89.06% from 255 or 32.47% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEE3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3FA is #211C05. Grayscale: #E4E4E4. Windows color (decimal): -2169862 or 16442334. OLE color: 16442334.
HSL color Cylindrical-coordinate representation of color #DEE3FA: hue angle of 229.29º 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 #DEE3FA is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 227 | 250 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.02 |
| HSL | 229.29º | 0.74% | 0.93% | - |
| HSV(B) | 229.29º | 0.11% | 0.98% | - |
| XYZ | 74.85 | 77.37 | 101.43 | - |
| YUV | 228.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 250 | 0.11 | 0.09 | 0 | 0.02 | 229.29 | 0.74 | 0.93 |
| Hex | DE | E3 | FA | B | 9 | 0 | 2 | E5 | 4A | 5D |
| Octal | 336 | 343 | 372 | 13 | 11 | 0 | 2 | 345 | 112 | 135 |
| Binary | 11011110 | 11100011 | 11111010 | 1011 | 1001 | 0 | 10 | 11100101 | 1001010 | 1011101 |
Color Harmonies of #DEE3FA
Complementary color
Monochromatic Colors of #DEE3FA
Black with #DEE3FA
Text Example
Text Example
White with #DEE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3FA; }
p { color: rgb(222,227,250); }
H1.HeaderClassName
{
color: #DEE3FA;
}
.AnyTagClassName
{
color: #DEE3FA;
}
</style>
background-color css
<style>
a { background-color: #DEE3FA; }
a { background-color: rgb(222,227,250); }
div.DivClassName
{
background-color: #DEE3FA;
}
.BgClassName
{
background-color: #DEE3FA;
}
</style>
border-color css
<style>
span { border-color: #DEE3FA; }
span { border-color: rgb(222,227,250); }
td.TdClassName
{
border-color: #DEE3FA;
}
.TagClassName
{
border-color: #DEE3FA;
}
</style>