Shades of Lavender #DEE1F9
Tints of Lavender #DEE1F9
RGB
CMYK
RGB Variations
Color information
#DEE1F9 (or 0xDEE1F9) is known color: Lavender. HEX triplet: DE, E1 and F9. RGB value is (222,225,249). Sum of RGB (Red+Green+Blue) = 222+225+249=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEE1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1F9 is #211E06. Grayscale: #E2E2E2. Windows color (decimal): -2170375 or 16376286. OLE color: 16376286.
HSL color Cylindrical-coordinate representation of color #DEE1F9: hue angle of 233.33º 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 #DEE1F9 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 222 | 225 | 249 | - |
CMYK | 0.11 | 0.10 | 0 | 0.02 |
HSL | 233.33º | 0.69% | 0.92% | - |
HSV(B) | 233.33º | 0.11% | 0.98% | - |
XYZ | 74.15 | 76.22 | 100.43 | - |
YUV | 226.84 | 140.51 | 124.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 225 | 249 | 0.11 | 0.10 | 0 | 0.02 | 233.33 | 0.69 | 0.92 |
Hex | DE | E1 | F9 | B | A | 0 | 2 | E9 | 45 | 5C |
Octal | 336 | 341 | 371 | 13 | 12 | 0 | 2 | 351 | 105 | 134 |
Binary | 11011110 | 11100001 | 11111001 | 1011 | 1010 | 0 | 10 | 11101001 | 1000101 | 1011100 |
Color Harmonies of #DEE1F9
Complementary color
Monochromatic Colors of #DEE1F9
Black with #DEE1F9
Text Example
Text Example
White with #DEE1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1F9; }
p { color: rgb(222,225,249); }
H1.HeaderClassName
{
color: #DEE1F9;
}
.AnyTagClassName
{
color: #DEE1F9;
}
</style>
background-color css
<style>
a { background-color: #DEE1F9; }
a { background-color: rgb(222,225,249); }
div.DivClassName
{
background-color: #DEE1F9;
}
.BgClassName
{
background-color: #DEE1F9;
}
</style>
border-color css
<style>
span { border-color: #DEE1F9; }
span { border-color: rgb(222,225,249); }
td.TdClassName
{
border-color: #DEE1F9;
}
.TagClassName
{
border-color: #DEE1F9;
}
</style>