Shades of Hint Of Green #DBF1D1
Tints of Hint Of Green #DBF1D1
RGB
CMYK
RGB Variations
Color information
#DBF1D1 (or 0xDBF1D1) is known color: Hint Of Green. HEX triplet: DB, F1 and D1. RGB value is (219,241,209). Sum of RGB (Red+Green+Blue) = 219+241+209=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 209 (82.03% from 255 or 31.24% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1D1 is #240E2E. Grayscale: #E6E6E6. Windows color (decimal): -2362927 or 13758939. OLE color: 13758939.
HSL color Cylindrical-coordinate representation of color #DBF1D1: hue angle of 101.25º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF1D1 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 209 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.05 |
| HSL | 101.25º | 0.53% | 0.88% | - |
| HSV(B) | 101.25º | 0.13% | 0.95% | - |
| XYZ | 72.18 | 82.57 | 72.46 | - |
| YUV | 230.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 209 | 0.09 | 0 | 0.13 | 0.05 | 101.25 | 0.53 | 0.88 |
| Hex | DB | F1 | D1 | 9 | 0 | D | 5 | 65 | 35 | 58 |
| Octal | 333 | 361 | 321 | 11 | 0 | 15 | 5 | 145 | 65 | 130 |
| Binary | 11011011 | 11110001 | 11010001 | 1001 | 0 | 1101 | 101 | 1100101 | 110101 | 1011000 |
Color Harmonies of #DBF1D1
Complementary color
Monochromatic Colors of #DBF1D1
Black with #DBF1D1
Text Example
Text Example
White with #DBF1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1D1; }
p { color: rgb(219,241,209); }
H1.HeaderClassName
{
color: #DBF1D1;
}
.AnyTagClassName
{
color: #DBF1D1;
}
</style>
background-color css
<style>
a { background-color: #DBF1D1; }
a { background-color: rgb(219,241,209); }
div.DivClassName
{
background-color: #DBF1D1;
}
.BgClassName
{
background-color: #DBF1D1;
}
</style>
border-color css
<style>
span { border-color: #DBF1D1; }
span { border-color: rgb(219,241,209); }
td.TdClassName
{
border-color: #DBF1D1;
}
.TagClassName
{
border-color: #DBF1D1;
}
</style>