Shades of Hint Of Green #DEF8CC
Tints of Hint Of Green #DEF8CC
RGB
CMYK
RGB Variations
Color information
#DEF8CC (or 0xDEF8CC) is known color: Hint Of Green. HEX triplet: DE, F8 and CC. RGB value is (222,248,204). Sum of RGB (Red+Green+Blue) = 222+248+204=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8CC is #210733. Grayscale: #EBEBEB. Windows color (decimal): -2164532 or 13433054. OLE color: 13433054.
HSL color Cylindrical-coordinate representation of color #DEF8CC: hue angle of 95.45º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEF8CC is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
RGB | 222 | 248 | 204 | - |
CMYK | 0.10 | 0 | 0.18 | 0.03 |
HSL | 95.45º | 0.76% | 0.89% | - |
HSV(B) | 95.45º | 0.18% | 0.97% | - |
XYZ | 74.59 | 87.02 | 69.99 | - |
YUV | 235.21 | 110.39 | 118.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 248 | 204 | 0.10 | 0 | 0.18 | 0.03 | 95.45 | 0.76 | 0.89 |
Hex | DE | F8 | CC | A | 0 | 12 | 3 | 5F | 4C | 59 |
Octal | 336 | 370 | 314 | 12 | 0 | 22 | 3 | 137 | 114 | 131 |
Binary | 11011110 | 11111000 | 11001100 | 1010 | 0 | 10010 | 11 | 1011111 | 1001100 | 1011001 |
Color Harmonies of #DEF8CC
Complementary color
Monochromatic Colors of #DEF8CC
Black with #DEF8CC
Text Example
Text Example
White with #DEF8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8CC; }
p { color: rgb(222,248,204); }
H1.HeaderClassName
{
color: #DEF8CC;
}
.AnyTagClassName
{
color: #DEF8CC;
}
</style>
background-color css
<style>
a { background-color: #DEF8CC; }
a { background-color: rgb(222,248,204); }
div.DivClassName
{
background-color: #DEF8CC;
}
.BgClassName
{
background-color: #DEF8CC;
}
</style>
border-color css
<style>
span { border-color: #DEF8CC; }
span { border-color: rgb(222,248,204); }
td.TdClassName
{
border-color: #DEF8CC;
}
.TagClassName
{
border-color: #DEF8CC;
}
</style>