Shades of Hint Of Green #DEFDC8
Tints of Hint Of Green #DEFDC8
RGB
CMYK
RGB Variations
Color information
#DEFDC8 (or 0xDEFDC8) is known color: Hint Of Green. HEX triplet: DE, FD and C8. RGB value is (222,253,200). Sum of RGB (Red+Green+Blue) = 222+253+200=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 200 (78.52% from 255 or 29.63% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDC8 is #210237. Grayscale: #EDEDED. Windows color (decimal): -2163256 or 13172190. OLE color: 13172190.
HSL color Cylindrical-coordinate representation of color #DEFDC8: hue angle of 95.09º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEFDC8 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 200 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.01 |
| HSL | 95.09º | 0.93% | 0.89% | - |
| HSV(B) | 95.09º | 0.21% | 0.99% | - |
| XYZ | 75.67 | 89.95 | 68.02 | - |
| YUV | 237.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 200 | 0.12 | 0 | 0.21 | 0.01 | 95.09 | 0.93 | 0.89 |
| Hex | DE | FD | C8 | C | 0 | 15 | 1 | 5F | 5D | 59 |
| Octal | 336 | 375 | 310 | 14 | 0 | 25 | 1 | 137 | 135 | 131 |
| Binary | 11011110 | 11111101 | 11001000 | 1100 | 0 | 10101 | 1 | 1011111 | 1011101 | 1011001 |
Color Harmonies of #DEFDC8
Complementary color
Monochromatic Colors of #DEFDC8
Black with #DEFDC8
Text Example
Text Example
White with #DEFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDC8; }
p { color: rgb(222,253,200); }
H1.HeaderClassName
{
color: #DEFDC8;
}
.AnyTagClassName
{
color: #DEFDC8;
}
</style>
background-color css
<style>
a { background-color: #DEFDC8; }
a { background-color: rgb(222,253,200); }
div.DivClassName
{
background-color: #DEFDC8;
}
.BgClassName
{
background-color: #DEFDC8;
}
</style>
border-color css
<style>
span { border-color: #DEFDC8; }
span { border-color: rgb(222,253,200); }
td.TdClassName
{
border-color: #DEFDC8;
}
.TagClassName
{
border-color: #DEFDC8;
}
</style>