Shades of Hint Of Green #DDFBD2
Tints of Hint Of Green #DDFBD2
RGB
CMYK
RGB Variations
Color information
#DDFBD2 (or 0xDDFBD2) is known color: Hint Of Green. HEX triplet: DD, FB and D2. RGB value is (221,251,210). Sum of RGB (Red+Green+Blue) = 221+251+210=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBD2 is #22042D. Grayscale: #EDEDED. Windows color (decimal): -2229294 or 13827037. OLE color: 13827037.
HSL color Cylindrical-coordinate representation of color #DDFBD2: hue angle of 103.9º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDFBD2 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 210 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.02 |
| HSL | 103.9º | 0.84% | 0.9% | - |
| HSV(B) | 103.9º | 0.16% | 0.98% | - |
| XYZ | 75.95 | 89.02 | 74.15 | - |
| YUV | 237.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 210 | 0.12 | 0 | 0.16 | 0.02 | 103.9 | 0.84 | 0.9 |
| Hex | DD | FB | D2 | C | 0 | 10 | 2 | 68 | 54 | 5A |
| Octal | 335 | 373 | 322 | 14 | 0 | 20 | 2 | 150 | 124 | 132 |
| Binary | 11011101 | 11111011 | 11010010 | 1100 | 0 | 10000 | 10 | 1101000 | 1010100 | 1011010 |
Color Harmonies of #DDFBD2
Complementary color
Monochromatic Colors of #DDFBD2
Black with #DDFBD2
Text Example
Text Example
White with #DDFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBD2; }
p { color: rgb(221,251,210); }
H1.HeaderClassName
{
color: #DDFBD2;
}
.AnyTagClassName
{
color: #DDFBD2;
}
</style>
background-color css
<style>
a { background-color: #DDFBD2; }
a { background-color: rgb(221,251,210); }
div.DivClassName
{
background-color: #DDFBD2;
}
.BgClassName
{
background-color: #DDFBD2;
}
</style>
border-color css
<style>
span { border-color: #DDFBD2; }
span { border-color: rgb(221,251,210); }
td.TdClassName
{
border-color: #DDFBD2;
}
.TagClassName
{
border-color: #DDFBD2;
}
</style>