Shades of Lily White #DEEEE5
Tints of Lily White #DEEEE5
RGB
CMYK
RGB Variations
Color information
#DEEEE5 (or 0xDEEEE5) is known color: Lily White. HEX triplet: DE, EE and E5. RGB value is (222,238,229). Sum of RGB (Red+Green+Blue) = 222+238+229=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEE5 is #21111A. Grayscale: #E8E8E8. Windows color (decimal): -2167067 or 15068894. OLE color: 15068894.
HSL color Cylindrical-coordinate representation of color #DEEEE5: hue angle of 146.25º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEEE5 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 229 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.07 |
| HSL | 146.25º | 0.32% | 0.9% | - |
| HSV(B) | 146.25º | 0.07% | 0.93% | - |
| XYZ | 74.84 | 82.34 | 86.08 | - |
| YUV | 232.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 229 | 0.07 | 0 | 0.04 | 0.07 | 146.25 | 0.32 | 0.9 |
| Hex | DE | EE | E5 | 7 | 0 | 4 | 7 | 92 | 20 | 5A |
| Octal | 336 | 356 | 345 | 7 | 0 | 4 | 7 | 222 | 40 | 132 |
| Binary | 11011110 | 11101110 | 11100101 | 111 | 0 | 100 | 111 | 10010010 | 100000 | 1011010 |
Color Harmonies of #DEEEE5
Complementary color
Monochromatic Colors of #DEEEE5
Black with #DEEEE5
Text Example
Text Example
White with #DEEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEE5; }
p { color: rgb(222,238,229); }
H1.HeaderClassName
{
color: #DEEEE5;
}
.AnyTagClassName
{
color: #DEEEE5;
}
</style>
background-color css
<style>
a { background-color: #DEEEE5; }
a { background-color: rgb(222,238,229); }
div.DivClassName
{
background-color: #DEEEE5;
}
.BgClassName
{
background-color: #DEEEE5;
}
</style>
border-color css
<style>
span { border-color: #DEEEE5; }
span { border-color: rgb(222,238,229); }
td.TdClassName
{
border-color: #DEEEE5;
}
.TagClassName
{
border-color: #DEEEE5;
}
</style>