Shades of Hint Of Green #DBF2D1
Tints of Hint Of Green #DBF2D1
RGB
CMYK
RGB Variations
Color information
#DBF2D1 (or 0xDBF2D1) is known color: Hint Of Green. HEX triplet: DB, F2 and D1. RGB value is (219,242,209). Sum of RGB (Red+Green+Blue) = 219+242+209=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2D1 is #240D2E. Grayscale: #E7E7E7. Windows color (decimal): -2362671 or 13759195. OLE color: 13759195.
HSL color Cylindrical-coordinate representation of color #DBF2D1: hue angle of 101.82º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBF2D1 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 209 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.05 |
| HSL | 101.82º | 0.56% | 0.88% | - |
| HSV(B) | 101.82º | 0.14% | 0.95% | - |
| XYZ | 72.47 | 83.17 | 72.55 | - |
| YUV | 231.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 209 | 0.10 | 0 | 0.14 | 0.05 | 101.82 | 0.56 | 0.88 |
| Hex | DB | F2 | D1 | A | 0 | E | 5 | 66 | 38 | 58 |
| Octal | 333 | 362 | 321 | 12 | 0 | 16 | 5 | 146 | 70 | 130 |
| Binary | 11011011 | 11110010 | 11010001 | 1010 | 0 | 1110 | 101 | 1100110 | 111000 | 1011000 |
Color Harmonies of #DBF2D1
Complementary color
Monochromatic Colors of #DBF2D1
Black with #DBF2D1
Text Example
Text Example
White with #DBF2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2D1; }
p { color: rgb(219,242,209); }
H1.HeaderClassName
{
color: #DBF2D1;
}
.AnyTagClassName
{
color: #DBF2D1;
}
</style>
background-color css
<style>
a { background-color: #DBF2D1; }
a { background-color: rgb(219,242,209); }
div.DivClassName
{
background-color: #DBF2D1;
}
.BgClassName
{
background-color: #DBF2D1;
}
</style>
border-color css
<style>
span { border-color: #DBF2D1; }
span { border-color: rgb(219,242,209); }
td.TdClassName
{
border-color: #DBF2D1;
}
.TagClassName
{
border-color: #DBF2D1;
}
</style>