Shades of Hint Of Green #DDFBD1
Tints of Hint Of Green #DDFBD1
RGB
CMYK
RGB Variations
Color information
#DDFBD1 (or 0xDDFBD1) is known color: Hint Of Green. HEX triplet: DD, FB and D1. RGB value is (221,251,209). Sum of RGB (Red+Green+Blue) = 221+251+209=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 209 (82.03% from 255 or 30.69% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBD1 is #22042E. Grayscale: #EDEDED. Windows color (decimal): -2229295 or 13761501. OLE color: 13761501.
HSL color Cylindrical-coordinate representation of color #DDFBD1: hue angle of 102.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 #DDFBD1 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 209 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.02 |
| HSL | 102.86º | 0.84% | 0.9% | - |
| HSV(B) | 102.86º | 0.17% | 0.98% | - |
| XYZ | 75.82 | 88.97 | 73.5 | - |
| YUV | 237.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 209 | 0.12 | 0 | 0.17 | 0.02 | 102.86 | 0.84 | 0.9 |
| Hex | DD | FB | D1 | C | 0 | 11 | 2 | 67 | 54 | 5A |
| Octal | 335 | 373 | 321 | 14 | 0 | 21 | 2 | 147 | 124 | 132 |
| Binary | 11011101 | 11111011 | 11010001 | 1100 | 0 | 10001 | 10 | 1100111 | 1010100 | 1011010 |
Color Harmonies of #DDFBD1
Complementary color
Monochromatic Colors of #DDFBD1
Black with #DDFBD1
Text Example
Text Example
White with #DDFBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBD1; }
p { color: rgb(221,251,209); }
H1.HeaderClassName
{
color: #DDFBD1;
}
.AnyTagClassName
{
color: #DDFBD1;
}
</style>
background-color css
<style>
a { background-color: #DDFBD1; }
a { background-color: rgb(221,251,209); }
div.DivClassName
{
background-color: #DDFBD1;
}
.BgClassName
{
background-color: #DDFBD1;
}
</style>
border-color css
<style>
span { border-color: #DDFBD1; }
span { border-color: rgb(221,251,209); }
td.TdClassName
{
border-color: #DDFBD1;
}
.TagClassName
{
border-color: #DDFBD1;
}
</style>