Shades of Hint Of Green #DDFBD3
Tints of Hint Of Green #DDFBD3
RGB
CMYK
RGB Variations
Color information
#DDFBD3 (or 0xDDFBD3) is known color: Hint Of Green. HEX triplet: DD, FB and D3. RGB value is (221,251,211). Sum of RGB (Red+Green+Blue) = 221+251+211=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 211 (82.81% from 255 or 30.89% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBD3 is #22042C. Grayscale: #EDEDED. Windows color (decimal): -2229293 or 13892573. OLE color: 13892573.
HSL color Cylindrical-coordinate representation of color #DDFBD3: hue angle of 105º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDFBD3 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 211 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.02 |
| HSL | 105º | 0.83% | 0.91% | - |
| HSV(B) | 105º | 0.16% | 0.98% | - |
| XYZ | 76.07 | 89.07 | 74.81 | - |
| YUV | 237.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 211 | 0.12 | 0 | 0.16 | 0.02 | 105 | 0.83 | 0.91 |
| Hex | DD | FB | D3 | C | 0 | 10 | 2 | 69 | 53 | 5B |
| Octal | 335 | 373 | 323 | 14 | 0 | 20 | 2 | 151 | 123 | 133 |
| Binary | 11011101 | 11111011 | 11010011 | 1100 | 0 | 10000 | 10 | 1101001 | 1010011 | 1011011 |
Color Harmonies of #DDFBD3
Complementary color
Monochromatic Colors of #DDFBD3
Black with #DDFBD3
Text Example
Text Example
White with #DDFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBD3; }
p { color: rgb(221,251,211); }
H1.HeaderClassName
{
color: #DDFBD3;
}
.AnyTagClassName
{
color: #DDFBD3;
}
</style>
background-color css
<style>
a { background-color: #DDFBD3; }
a { background-color: rgb(221,251,211); }
div.DivClassName
{
background-color: #DDFBD3;
}
.BgClassName
{
background-color: #DDFBD3;
}
</style>
border-color css
<style>
span { border-color: #DDFBD3; }
span { border-color: rgb(221,251,211); }
td.TdClassName
{
border-color: #DDFBD3;
}
.TagClassName
{
border-color: #DDFBD3;
}
</style>