Shades of Lavender #DEE0FC
Tints of Lavender #DEE0FC
RGB
CMYK
RGB Variations
Color information
#DEE0FC (or 0xDEE0FC) is known color: Lavender. HEX triplet: DE, E0 and FC. RGB value is (222,224,252). Sum of RGB (Red+Green+Blue) = 222+224+252=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 224 (87.89% from 255 or 32.09% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEE0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0FC is #211F03. Grayscale: #E2E2E2. Windows color (decimal): -2170628 or 16572638. OLE color: 16572638.
HSL color Cylindrical-coordinate representation of color #DEE0FC: hue angle of 236º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEE0FC is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 224 | 252 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.01 |
| HSL | 236º | 0.83% | 0.93% | - |
| HSV(B) | 236º | 0.12% | 0.99% | - |
| XYZ | 74.35 | 75.87 | 102.82 | - |
| YUV | 226.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 252 | 0.12 | 0.11 | 0 | 0.01 | 236 | 0.83 | 0.93 |
| Hex | DE | E0 | FC | C | B | 0 | 1 | EC | 53 | 5D |
| Octal | 336 | 340 | 374 | 14 | 13 | 0 | 1 | 354 | 123 | 135 |
| Binary | 11011110 | 11100000 | 11111100 | 1100 | 1011 | 0 | 1 | 11101100 | 1010011 | 1011101 |
Color Harmonies of #DEE0FC
Complementary color
Monochromatic Colors of #DEE0FC
Black with #DEE0FC
Text Example
Text Example
White with #DEE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0FC; }
p { color: rgb(222,224,252); }
H1.HeaderClassName
{
color: #DEE0FC;
}
.AnyTagClassName
{
color: #DEE0FC;
}
</style>
background-color css
<style>
a { background-color: #DEE0FC; }
a { background-color: rgb(222,224,252); }
div.DivClassName
{
background-color: #DEE0FC;
}
.BgClassName
{
background-color: #DEE0FC;
}
</style>
border-color css
<style>
span { border-color: #DEE0FC; }
span { border-color: rgb(222,224,252); }
td.TdClassName
{
border-color: #DEE0FC;
}
.TagClassName
{
border-color: #DEE0FC;
}
</style>