Shades of Hint Of Green #DBEFD0
Tints of Hint Of Green #DBEFD0
RGB
CMYK
RGB Variations
Color information
#DBEFD0 (or 0xDBEFD0) is known color: Hint Of Green. HEX triplet: DB, EF and D0. RGB value is (219,239,208). Sum of RGB (Red+Green+Blue) = 219+239+208=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFD0 is #24102F. Grayscale: #E5E5E5. Windows color (decimal): -2363440 or 13692891. OLE color: 13692891.
HSL color Cylindrical-coordinate representation of color #DBEFD0: hue angle of 98.71º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEFD0 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 208 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.06 |
| HSL | 98.71º | 0.49% | 0.88% | - |
| HSV(B) | 98.71º | 0.13% | 0.94% | - |
| XYZ | 71.47 | 81.35 | 71.61 | - |
| YUV | 229.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 208 | 0.08 | 0 | 0.13 | 0.06 | 98.71 | 0.49 | 0.88 |
| Hex | DB | EF | D0 | 8 | 0 | D | 6 | 63 | 31 | 58 |
| Octal | 333 | 357 | 320 | 10 | 0 | 15 | 6 | 143 | 61 | 130 |
| Binary | 11011011 | 11101111 | 11010000 | 1000 | 0 | 1101 | 110 | 1100011 | 110001 | 1011000 |
Color Harmonies of #DBEFD0
Complementary color
Monochromatic Colors of #DBEFD0
Black with #DBEFD0
Text Example
Text Example
White with #DBEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFD0; }
p { color: rgb(219,239,208); }
H1.HeaderClassName
{
color: #DBEFD0;
}
.AnyTagClassName
{
color: #DBEFD0;
}
</style>
background-color css
<style>
a { background-color: #DBEFD0; }
a { background-color: rgb(219,239,208); }
div.DivClassName
{
background-color: #DBEFD0;
}
.BgClassName
{
background-color: #DBEFD0;
}
</style>
border-color css
<style>
span { border-color: #DBEFD0; }
span { border-color: rgb(219,239,208); }
td.TdClassName
{
border-color: #DBEFD0;
}
.TagClassName
{
border-color: #DBEFD0;
}
</style>