Shades of Lily White #DEEAE3
Tints of Lily White #DEEAE3
RGB
CMYK
RGB Variations
Color information
#DEEAE3 (or 0xDEEAE3) is known color: Lily White. HEX triplet: DE, EA and E3. RGB value is (222,234,227). Sum of RGB (Red+Green+Blue) = 222+234+227=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEAE3 is #21151C. Grayscale: #E5E5E5. Windows color (decimal): -2168093 or 14936798. OLE color: 14936798.
HSL color Cylindrical-coordinate representation of color #DEEAE3: hue angle of 145º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEEAE3 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 227 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.08 |
| HSL | 145º | 0.22% | 0.89% | - |
| HSV(B) | 145º | 0.05% | 0.92% | - |
| XYZ | 73.41 | 79.92 | 84.23 | - |
| YUV | 229.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 227 | 0.05 | 0 | 0.03 | 0.08 | 145 | 0.22 | 0.89 |
| Hex | DE | EA | E3 | 5 | 0 | 3 | 8 | 91 | 16 | 59 |
| Octal | 336 | 352 | 343 | 5 | 0 | 3 | 10 | 221 | 26 | 131 |
| Binary | 11011110 | 11101010 | 11100011 | 101 | 0 | 11 | 1000 | 10010001 | 10110 | 1011001 |
Color Harmonies of #DEEAE3
Complementary color
Monochromatic Colors of #DEEAE3
Black with #DEEAE3
Text Example
Text Example
White with #DEEAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAE3; }
p { color: rgb(222,234,227); }
H1.HeaderClassName
{
color: #DEEAE3;
}
.AnyTagClassName
{
color: #DEEAE3;
}
</style>
background-color css
<style>
a { background-color: #DEEAE3; }
a { background-color: rgb(222,234,227); }
div.DivClassName
{
background-color: #DEEAE3;
}
.BgClassName
{
background-color: #DEEAE3;
}
</style>
border-color css
<style>
span { border-color: #DEEAE3; }
span { border-color: rgb(222,234,227); }
td.TdClassName
{
border-color: #DEEAE3;
}
.TagClassName
{
border-color: #DEEAE3;
}
</style>