Shades of Hint Of Green #DEECD4
Tints of Hint Of Green #DEECD4
RGB
CMYK
RGB Variations
Color information
#DEECD4 (or 0xDEECD4) is known color: Hint Of Green. HEX triplet: DE, EC and D4. RGB value is (222,236,212). Sum of RGB (Red+Green+Blue) = 222+236+212=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECD4 is #21132B. Grayscale: #E5E5E5. Windows color (decimal): -2167596 or 13954270. OLE color: 13954270.
HSL color Cylindrical-coordinate representation of color #DEECD4: hue angle of 95º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEECD4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 212 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.07 |
| HSL | 95º | 0.39% | 0.88% | - |
| HSV(B) | 95º | 0.1% | 0.93% | - |
| XYZ | 72 | 80.27 | 73.99 | - |
| YUV | 229.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 212 | 0.06 | 0 | 0.10 | 0.07 | 95 | 0.39 | 0.88 |
| Hex | DE | EC | D4 | 6 | 0 | A | 7 | 5F | 27 | 58 |
| Octal | 336 | 354 | 324 | 6 | 0 | 12 | 7 | 137 | 47 | 130 |
| Binary | 11011110 | 11101100 | 11010100 | 110 | 0 | 1010 | 111 | 1011111 | 100111 | 1011000 |
Color Harmonies of #DEECD4
Complementary color
Monochromatic Colors of #DEECD4
Black with #DEECD4
Text Example
Text Example
White with #DEECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECD4; }
p { color: rgb(222,236,212); }
H1.HeaderClassName
{
color: #DEECD4;
}
.AnyTagClassName
{
color: #DEECD4;
}
</style>
background-color css
<style>
a { background-color: #DEECD4; }
a { background-color: rgb(222,236,212); }
div.DivClassName
{
background-color: #DEECD4;
}
.BgClassName
{
background-color: #DEECD4;
}
</style>
border-color css
<style>
span { border-color: #DEECD4; }
span { border-color: rgb(222,236,212); }
td.TdClassName
{
border-color: #DEECD4;
}
.TagClassName
{
border-color: #DEECD4;
}
</style>