Shades of Hint Of Green #DDFBD0
Tints of Hint Of Green #DDFBD0
RGB
CMYK
RGB Variations
Color information
#DDFBD0 (or 0xDDFBD0) is known color: Hint Of Green. HEX triplet: DD, FB and D0. RGB value is (221,251,208). Sum of RGB (Red+Green+Blue) = 221+251+208=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 208 (81.64% from 255 or 30.59% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBD0 is #22042F. Grayscale: #EDEDED. Windows color (decimal): -2229296 or 13695965. OLE color: 13695965.
HSL color Cylindrical-coordinate representation of color #DDFBD0: hue angle of 101.86º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDFBD0 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 208 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.02 |
| HSL | 101.86º | 0.84% | 0.9% | - |
| HSV(B) | 101.86º | 0.17% | 0.98% | - |
| XYZ | 75.7 | 88.92 | 72.85 | - |
| YUV | 237.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 208 | 0.12 | 0 | 0.17 | 0.02 | 101.86 | 0.84 | 0.9 |
| Hex | DD | FB | D0 | C | 0 | 11 | 2 | 66 | 54 | 5A |
| Octal | 335 | 373 | 320 | 14 | 0 | 21 | 2 | 146 | 124 | 132 |
| Binary | 11011101 | 11111011 | 11010000 | 1100 | 0 | 10001 | 10 | 1100110 | 1010100 | 1011010 |
Color Harmonies of #DDFBD0
Complementary color
Monochromatic Colors of #DDFBD0
Black with #DDFBD0
Text Example
Text Example
White with #DDFBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBD0; }
p { color: rgb(221,251,208); }
H1.HeaderClassName
{
color: #DDFBD0;
}
.AnyTagClassName
{
color: #DDFBD0;
}
</style>
background-color css
<style>
a { background-color: #DDFBD0; }
a { background-color: rgb(221,251,208); }
div.DivClassName
{
background-color: #DDFBD0;
}
.BgClassName
{
background-color: #DDFBD0;
}
</style>
border-color css
<style>
span { border-color: #DDFBD0; }
span { border-color: rgb(221,251,208); }
td.TdClassName
{
border-color: #DDFBD0;
}
.TagClassName
{
border-color: #DDFBD0;
}
</style>