Shades of Lavender #DEE3F9
Tints of Lavender #DEE3F9
RGB
CMYK
RGB Variations
Color information
#DEE3F9 (or 0xDEE3F9) is known color: Lavender. HEX triplet: DE, E3 and F9. RGB value is (222,227,249). Sum of RGB (Red+Green+Blue) = 222+227+249=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 227 (89.06% from 255 or 32.52% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEE3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3F9 is #211C06. Grayscale: #E3E3E3. Windows color (decimal): -2169863 or 16376798. OLE color: 16376798.
HSL color Cylindrical-coordinate representation of color #DEE3F9: hue angle of 228.89º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEE3F9 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 227 | 249 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.02 |
| HSL | 228.89º | 0.69% | 0.92% | - |
| HSV(B) | 228.89º | 0.11% | 0.98% | - |
| XYZ | 74.69 | 77.31 | 100.61 | - |
| YUV | 228.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 249 | 0.11 | 0.09 | 0 | 0.02 | 228.89 | 0.69 | 0.92 |
| Hex | DE | E3 | F9 | B | 9 | 0 | 2 | E5 | 45 | 5C |
| Octal | 336 | 343 | 371 | 13 | 11 | 0 | 2 | 345 | 105 | 134 |
| Binary | 11011110 | 11100011 | 11111001 | 1011 | 1001 | 0 | 10 | 11100101 | 1000101 | 1011100 |
Color Harmonies of #DEE3F9
Complementary color
Monochromatic Colors of #DEE3F9
Black with #DEE3F9
Text Example
Text Example
White with #DEE3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3F9; }
p { color: rgb(222,227,249); }
H1.HeaderClassName
{
color: #DEE3F9;
}
.AnyTagClassName
{
color: #DEE3F9;
}
</style>
background-color css
<style>
a { background-color: #DEE3F9; }
a { background-color: rgb(222,227,249); }
div.DivClassName
{
background-color: #DEE3F9;
}
.BgClassName
{
background-color: #DEE3F9;
}
</style>
border-color css
<style>
span { border-color: #DEE3F9; }
span { border-color: rgb(222,227,249); }
td.TdClassName
{
border-color: #DEE3F9;
}
.TagClassName
{
border-color: #DEE3F9;
}
</style>