Shades of Hint Of Green #DBF1D0
Tints of Hint Of Green #DBF1D0
RGB
CMYK
RGB Variations
Color information
#DBF1D0 (or 0xDBF1D0) is known color: Hint Of Green. HEX triplet: DB, F1 and D0. RGB value is (219,241,208). Sum of RGB (Red+Green+Blue) = 219+241+208=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 208 (81.64% from 255 or 31.14% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1D0 is #240E2F. Grayscale: #E6E6E6. Windows color (decimal): -2362928 or 13693403. OLE color: 13693403.
HSL color Cylindrical-coordinate representation of color #DBF1D0: hue angle of 100º degrees, saturation: 0.54, 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 #DBF1D0 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 208 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.05 |
| HSL | 100º | 0.54% | 0.88% | - |
| HSV(B) | 100º | 0.14% | 0.95% | - |
| XYZ | 72.05 | 82.52 | 71.81 | - |
| YUV | 230.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 208 | 0.09 | 0 | 0.14 | 0.05 | 100 | 0.54 | 0.88 |
| Hex | DB | F1 | D0 | 9 | 0 | E | 5 | 64 | 36 | 58 |
| Octal | 333 | 361 | 320 | 11 | 0 | 16 | 5 | 144 | 66 | 130 |
| Binary | 11011011 | 11110001 | 11010000 | 1001 | 0 | 1110 | 101 | 1100100 | 110110 | 1011000 |
Color Harmonies of #DBF1D0
Complementary color
Monochromatic Colors of #DBF1D0
Black with #DBF1D0
Text Example
Text Example
White with #DBF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1D0; }
p { color: rgb(219,241,208); }
H1.HeaderClassName
{
color: #DBF1D0;
}
.AnyTagClassName
{
color: #DBF1D0;
}
</style>
background-color css
<style>
a { background-color: #DBF1D0; }
a { background-color: rgb(219,241,208); }
div.DivClassName
{
background-color: #DBF1D0;
}
.BgClassName
{
background-color: #DBF1D0;
}
</style>
border-color css
<style>
span { border-color: #DBF1D0; }
span { border-color: rgb(219,241,208); }
td.TdClassName
{
border-color: #DBF1D0;
}
.TagClassName
{
border-color: #DBF1D0;
}
</style>