Shades of Hint Of Green #DDFACB
Tints of Hint Of Green #DDFACB
RGB
CMYK
RGB Variations
Color information
#DDFACB (or 0xDDFACB) is known color: Hint Of Green. HEX triplet: DD, FA and CB. RGB value is (221,250,203). Sum of RGB (Red+Green+Blue) = 221+250+203=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFACB is #220534. Grayscale: #ECECEC. Windows color (decimal): -2229557 or 13368029. OLE color: 13368029.
HSL color Cylindrical-coordinate representation of color #DDFACB: hue angle of 97.02º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDFACB is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 203 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.02 |
| HSL | 97.02º | 0.82% | 0.89% | - |
| HSV(B) | 97.02º | 0.19% | 0.98% | - |
| XYZ | 74.78 | 88.06 | 69.55 | - |
| YUV | 235.97 | 109.39 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 203 | 0.12 | 0 | 0.19 | 0.02 | 97.02 | 0.82 | 0.89 |
| Hex | DD | FA | CB | C | 0 | 13 | 2 | 61 | 52 | 59 |
| Octal | 335 | 372 | 313 | 14 | 0 | 23 | 2 | 141 | 122 | 131 |
| Binary | 11011101 | 11111010 | 11001011 | 1100 | 0 | 10011 | 10 | 1100001 | 1010010 | 1011001 |
Color Harmonies of #DDFACB
Complementary color
Monochromatic Colors of #DDFACB
Black with #DDFACB
Text Example
Text Example
White with #DDFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFACB; }
p { color: rgb(221,250,203); }
H1.HeaderClassName
{
color: #DDFACB;
}
.AnyTagClassName
{
color: #DDFACB;
}
</style>
background-color css
<style>
a { background-color: #DDFACB; }
a { background-color: rgb(221,250,203); }
div.DivClassName
{
background-color: #DDFACB;
}
.BgClassName
{
background-color: #DDFACB;
}
</style>
border-color css
<style>
span { border-color: #DDFACB; }
span { border-color: rgb(221,250,203); }
td.TdClassName
{
border-color: #DDFACB;
}
.TagClassName
{
border-color: #DDFACB;
}
</style>