Shades of Hint Of Green #DBEFD1
Tints of Hint Of Green #DBEFD1
RGB
CMYK
RGB Variations
Color information
#DBEFD1 (or 0xDBEFD1) is known color: Hint Of Green. HEX triplet: DB, EF and D1. RGB value is (219,239,209). Sum of RGB (Red+Green+Blue) = 219+239+209=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFD1 is #24102E. Grayscale: #E5E5E5. Windows color (decimal): -2363439 or 13758427. OLE color: 13758427.
HSL color Cylindrical-coordinate representation of color #DBEFD1: hue angle of 100º degrees, saturation: 0.48, 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 #DBEFD1 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 239 | 209 | - |
CMYK | 0.08 | 0 | 0.13 | 0.06 |
HSL | 100º | 0.48% | 0.88% | - |
HSV(B) | 100º | 0.13% | 0.94% | - |
XYZ | 71.59 | 81.4 | 72.26 | - |
YUV | 229.6 | 116.37 | 120.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 239 | 209 | 0.08 | 0 | 0.13 | 0.06 | 100 | 0.48 | 0.88 |
Hex | DB | EF | D1 | 8 | 0 | D | 6 | 64 | 30 | 58 |
Octal | 333 | 357 | 321 | 10 | 0 | 15 | 6 | 144 | 60 | 130 |
Binary | 11011011 | 11101111 | 11010001 | 1000 | 0 | 1101 | 110 | 1100100 | 110000 | 1011000 |
Color Harmonies of #DBEFD1
Complementary color
Monochromatic Colors of #DBEFD1
Black with #DBEFD1
Text Example
Text Example
White with #DBEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFD1; }
p { color: rgb(219,239,209); }
H1.HeaderClassName
{
color: #DBEFD1;
}
.AnyTagClassName
{
color: #DBEFD1;
}
</style>
background-color css
<style>
a { background-color: #DBEFD1; }
a { background-color: rgb(219,239,209); }
div.DivClassName
{
background-color: #DBEFD1;
}
.BgClassName
{
background-color: #DBEFD1;
}
</style>
border-color css
<style>
span { border-color: #DBEFD1; }
span { border-color: rgb(219,239,209); }
td.TdClassName
{
border-color: #DBEFD1;
}
.TagClassName
{
border-color: #DBEFD1;
}
</style>