Shades of Hint Of Green #DBEFD2
Tints of Hint Of Green #DBEFD2
RGB
CMYK
RGB Variations
Color information
#DBEFD2 (or 0xDBEFD2) is known color: Hint Of Green. HEX triplet: DB, EF and D2. RGB value is (219,239,210). Sum of RGB (Red+Green+Blue) = 219+239+210=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFD2 is #24102D. Grayscale: #E5E5E5. Windows color (decimal): -2363438 or 13823963. OLE color: 13823963.
HSL color Cylindrical-coordinate representation of color #DBEFD2: hue angle of 101.38º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEFD2 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 210 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.06 |
| HSL | 101.38º | 0.48% | 0.88% | - |
| HSV(B) | 101.38º | 0.12% | 0.94% | - |
| XYZ | 71.71 | 81.45 | 72.91 | - |
| YUV | 229.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 210 | 0.08 | 0 | 0.12 | 0.06 | 101.38 | 0.48 | 0.88 |
| Hex | DB | EF | D2 | 8 | 0 | C | 6 | 65 | 30 | 58 |
| Octal | 333 | 357 | 322 | 10 | 0 | 14 | 6 | 145 | 60 | 130 |
| Binary | 11011011 | 11101111 | 11010010 | 1000 | 0 | 1100 | 110 | 1100101 | 110000 | 1011000 |
Color Harmonies of #DBEFD2
Complementary color
Monochromatic Colors of #DBEFD2
Black with #DBEFD2
Text Example
Text Example
White with #DBEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFD2; }
p { color: rgb(219,239,210); }
H1.HeaderClassName
{
color: #DBEFD2;
}
.AnyTagClassName
{
color: #DBEFD2;
}
</style>
background-color css
<style>
a { background-color: #DBEFD2; }
a { background-color: rgb(219,239,210); }
div.DivClassName
{
background-color: #DBEFD2;
}
.BgClassName
{
background-color: #DBEFD2;
}
</style>
border-color css
<style>
span { border-color: #DBEFD2; }
span { border-color: rgb(219,239,210); }
td.TdClassName
{
border-color: #DBEFD2;
}
.TagClassName
{
border-color: #DBEFD2;
}
</style>