Shades of Hint Of Green #DEF8C8
Tints of Hint Of Green #DEF8C8
RGB
CMYK
RGB Variations
Color information
#DEF8C8 (or 0xDEF8C8) is known color: Hint Of Green. HEX triplet: DE, F8 and C8. RGB value is (222,248,200). Sum of RGB (Red+Green+Blue) = 222+248+200=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 200 (78.52% from 255 or 29.85% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8C8 is #210737. Grayscale: #EAEAEA. Windows color (decimal): -2164536 or 13170910. OLE color: 13170910.
HSL color Cylindrical-coordinate representation of color #DEF8C8: hue angle of 92.5º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEF8C8 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
RGB | 222 | 248 | 200 | - |
CMYK | 0.10 | 0 | 0.19 | 0.03 |
HSL | 92.5º | 0.77% | 0.88% | - |
HSV(B) | 92.5º | 0.19% | 0.97% | - |
XYZ | 74.12 | 86.83 | 67.5 | - |
YUV | 234.75 | 108.39 | 118.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 248 | 200 | 0.10 | 0 | 0.19 | 0.03 | 92.5 | 0.77 | 0.88 |
Hex | DE | F8 | C8 | A | 0 | 13 | 3 | 5C | 4D | 58 |
Octal | 336 | 370 | 310 | 12 | 0 | 23 | 3 | 134 | 115 | 130 |
Binary | 11011110 | 11111000 | 11001000 | 1010 | 0 | 10011 | 11 | 1011100 | 1001101 | 1011000 |
Color Harmonies of #DEF8C8
Complementary color
Monochromatic Colors of #DEF8C8
Black with #DEF8C8
Text Example
Text Example
White with #DEF8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8C8; }
p { color: rgb(222,248,200); }
H1.HeaderClassName
{
color: #DEF8C8;
}
.AnyTagClassName
{
color: #DEF8C8;
}
</style>
background-color css
<style>
a { background-color: #DEF8C8; }
a { background-color: rgb(222,248,200); }
div.DivClassName
{
background-color: #DEF8C8;
}
.BgClassName
{
background-color: #DEF8C8;
}
</style>
border-color css
<style>
span { border-color: #DEF8C8; }
span { border-color: rgb(222,248,200); }
td.TdClassName
{
border-color: #DEF8C8;
}
.TagClassName
{
border-color: #DEF8C8;
}
</style>