Shades of Hint Of Green #DDFAC8
Tints of Hint Of Green #DDFAC8
RGB
CMYK
RGB Variations
Color information
#DDFAC8 (or 0xDDFAC8) is known color: Hint Of Green. HEX triplet: DD, FA and C8. RGB value is (221,250,200). Sum of RGB (Red+Green+Blue) = 221+250+200=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 200 (78.52% from 255 or 29.81% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAC8 is #220537. Grayscale: #EBEBEB. Windows color (decimal): -2229560 or 13171421. OLE color: 13171421.
HSL color Cylindrical-coordinate representation of color #DDFAC8: hue angle of 94.8º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDFAC8 is Cyan = 0.12, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 200 | - |
| CMYK | 0.12 | 0 | 0.2 | 0.02 |
| HSL | 94.8º | 0.83% | 0.88% | - |
| HSV(B) | 94.8º | 0.2% | 0.98% | - |
| XYZ | 74.43 | 87.91 | 67.69 | - |
| YUV | 235.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 200 | 0.12 | 0 | 0.2 | 0.02 | 94.8 | 0.83 | 0.88 |
| Hex | DD | FA | C8 | C | 0 | 14 | 2 | 5F | 53 | 58 |
| Octal | 335 | 372 | 310 | 14 | 0 | 24 | 2 | 137 | 123 | 130 |
| Binary | 11011101 | 11111010 | 11001000 | 1100 | 0 | 10100 | 10 | 1011111 | 1010011 | 1011000 |
Color Harmonies of #DDFAC8
Complementary color
Monochromatic Colors of #DDFAC8
Black with #DDFAC8
Text Example
Text Example
White with #DDFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAC8; }
p { color: rgb(221,250,200); }
H1.HeaderClassName
{
color: #DDFAC8;
}
.AnyTagClassName
{
color: #DDFAC8;
}
</style>
background-color css
<style>
a { background-color: #DDFAC8; }
a { background-color: rgb(221,250,200); }
div.DivClassName
{
background-color: #DDFAC8;
}
.BgClassName
{
background-color: #DDFAC8;
}
</style>
border-color css
<style>
span { border-color: #DDFAC8; }
span { border-color: rgb(221,250,200); }
td.TdClassName
{
border-color: #DDFAC8;
}
.TagClassName
{
border-color: #DDFAC8;
}
</style>