Shades of Hint Of Green #DDFCCF
Tints of Hint Of Green #DDFCCF
RGB
CMYK
RGB Variations
Color information
#DDFCCF (or 0xDDFCCF) is known color: Hint Of Green. HEX triplet: DD, FC and CF. RGB value is (221,252,207). Sum of RGB (Red+Green+Blue) = 221+252+207=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCCF is #220330. Grayscale: #EDEDED. Windows color (decimal): -2229041 or 13630685. OLE color: 13630685.
HSL color Cylindrical-coordinate representation of color #DDFCCF: hue angle of 101.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDFCCF is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 207 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.01 |
| HSL | 101.33º | 0.88% | 0.9% | - |
| HSV(B) | 101.33º | 0.18% | 0.99% | - |
| XYZ | 75.89 | 89.5 | 72.31 | - |
| YUV | 237.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 207 | 0.12 | 0 | 0.18 | 0.01 | 101.33 | 0.88 | 0.9 |
| Hex | DD | FC | CF | C | 0 | 12 | 1 | 65 | 58 | 5A |
| Octal | 335 | 374 | 317 | 14 | 0 | 22 | 1 | 145 | 130 | 132 |
| Binary | 11011101 | 11111100 | 11001111 | 1100 | 0 | 10010 | 1 | 1100101 | 1011000 | 1011010 |
Color Harmonies of #DDFCCF
Complementary color
Monochromatic Colors of #DDFCCF
Black with #DDFCCF
Text Example
Text Example
White with #DDFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCCF; }
p { color: rgb(221,252,207); }
H1.HeaderClassName
{
color: #DDFCCF;
}
.AnyTagClassName
{
color: #DDFCCF;
}
</style>
background-color css
<style>
a { background-color: #DDFCCF; }
a { background-color: rgb(221,252,207); }
div.DivClassName
{
background-color: #DDFCCF;
}
.BgClassName
{
background-color: #DDFCCF;
}
</style>
border-color css
<style>
span { border-color: #DDFCCF; }
span { border-color: rgb(221,252,207); }
td.TdClassName
{
border-color: #DDFCCF;
}
.TagClassName
{
border-color: #DDFCCF;
}
</style>