Shades of Hint Of Green #DDFCCE
Tints of Hint Of Green #DDFCCE
RGB
CMYK
RGB Variations
Color information
#DDFCCE (or 0xDDFCCE) is known color: Hint Of Green. HEX triplet: DD, FC and CE. RGB value is (221,252,206). Sum of RGB (Red+Green+Blue) = 221+252+206=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCCE is #220331. Grayscale: #EDEDED. Windows color (decimal): -2229042 or 13565149. OLE color: 13565149.
HSL color Cylindrical-coordinate representation of color #DDFCCE: hue angle of 100.43º 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 #DDFCCE is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 206 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.01 |
| HSL | 100.43º | 0.88% | 0.9% | - |
| HSV(B) | 100.43º | 0.18% | 0.99% | - |
| XYZ | 75.77 | 89.45 | 71.66 | - |
| YUV | 237.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 206 | 0.12 | 0 | 0.18 | 0.01 | 100.43 | 0.88 | 0.9 |
| Hex | DD | FC | CE | C | 0 | 12 | 1 | 64 | 58 | 5A |
| Octal | 335 | 374 | 316 | 14 | 0 | 22 | 1 | 144 | 130 | 132 |
| Binary | 11011101 | 11111100 | 11001110 | 1100 | 0 | 10010 | 1 | 1100100 | 1011000 | 1011010 |
Color Harmonies of #DDFCCE
Complementary color
Monochromatic Colors of #DDFCCE
Black with #DDFCCE
Text Example
Text Example
White with #DDFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCCE; }
p { color: rgb(221,252,206); }
H1.HeaderClassName
{
color: #DDFCCE;
}
.AnyTagClassName
{
color: #DDFCCE;
}
</style>
background-color css
<style>
a { background-color: #DDFCCE; }
a { background-color: rgb(221,252,206); }
div.DivClassName
{
background-color: #DDFCCE;
}
.BgClassName
{
background-color: #DDFCCE;
}
</style>
border-color css
<style>
span { border-color: #DDFCCE; }
span { border-color: rgb(221,252,206); }
td.TdClassName
{
border-color: #DDFCCE;
}
.TagClassName
{
border-color: #DDFCCE;
}
</style>