Shades of Hint Of Green #DEF5CE
Tints of Hint Of Green #DEF5CE
RGB
CMYK
RGB Variations
Color information
#DEF5CE (or 0xDEF5CE) is known color: Hint Of Green. HEX triplet: DE, F5 and CE. RGB value is (222,245,206). Sum of RGB (Red+Green+Blue) = 222+245+206=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF5CE is #210A31. Grayscale: #E9E9E9. Windows color (decimal): -2165298 or 13563358. OLE color: 13563358.
HSL color Cylindrical-coordinate representation of color #DEF5CE: hue angle of 95.38º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEF5CE is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 206 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.04 |
| HSL | 95.38º | 0.66% | 0.88% | - |
| HSV(B) | 95.38º | 0.16% | 0.96% | - |
| XYZ | 73.92 | 85.29 | 70.96 | - |
| YUV | 233.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 206 | 0.09 | 0 | 0.16 | 0.04 | 95.38 | 0.66 | 0.88 |
| Hex | DE | F5 | CE | 9 | 0 | 10 | 4 | 5F | 42 | 58 |
| Octal | 336 | 365 | 316 | 11 | 0 | 20 | 4 | 137 | 102 | 130 |
| Binary | 11011110 | 11110101 | 11001110 | 1001 | 0 | 10000 | 100 | 1011111 | 1000010 | 1011000 |
Color Harmonies of #DEF5CE
Complementary color
Monochromatic Colors of #DEF5CE
Black with #DEF5CE
Text Example
Text Example
White with #DEF5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF5CE; }
p { color: rgb(222,245,206); }
H1.HeaderClassName
{
color: #DEF5CE;
}
.AnyTagClassName
{
color: #DEF5CE;
}
</style>
background-color css
<style>
a { background-color: #DEF5CE; }
a { background-color: rgb(222,245,206); }
div.DivClassName
{
background-color: #DEF5CE;
}
.BgClassName
{
background-color: #DEF5CE;
}
</style>
border-color css
<style>
span { border-color: #DEF5CE; }
span { border-color: rgb(222,245,206); }
td.TdClassName
{
border-color: #DEF5CE;
}
.TagClassName
{
border-color: #DEF5CE;
}
</style>