Shades of Hint Of Green #DBF2CE
Tints of Hint Of Green #DBF2CE
RGB
CMYK
RGB Variations
Color information
#DBF2CE (or 0xDBF2CE) is known color: Hint Of Green. HEX triplet: DB, F2 and CE. RGB value is (219,242,206). Sum of RGB (Red+Green+Blue) = 219+242+206=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2CE is #240D31. Grayscale: #E7E7E7. Windows color (decimal): -2362674 or 13562587. OLE color: 13562587.
HSL color Cylindrical-coordinate representation of color #DBF2CE: hue angle of 98.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBF2CE is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 206 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.05 |
| HSL | 98.33º | 0.58% | 0.88% | - |
| HSV(B) | 98.33º | 0.15% | 0.95% | - |
| XYZ | 72.11 | 83.02 | 70.62 | - |
| YUV | 231.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 206 | 0.10 | 0 | 0.15 | 0.05 | 98.33 | 0.58 | 0.88 |
| Hex | DB | F2 | CE | A | 0 | F | 5 | 62 | 3A | 58 |
| Octal | 333 | 362 | 316 | 12 | 0 | 17 | 5 | 142 | 72 | 130 |
| Binary | 11011011 | 11110010 | 11001110 | 1010 | 0 | 1111 | 101 | 1100010 | 111010 | 1011000 |
Color Harmonies of #DBF2CE
Complementary color
Monochromatic Colors of #DBF2CE
Black with #DBF2CE
Text Example
Text Example
White with #DBF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2CE; }
p { color: rgb(219,242,206); }
H1.HeaderClassName
{
color: #DBF2CE;
}
.AnyTagClassName
{
color: #DBF2CE;
}
</style>
background-color css
<style>
a { background-color: #DBF2CE; }
a { background-color: rgb(219,242,206); }
div.DivClassName
{
background-color: #DBF2CE;
}
.BgClassName
{
background-color: #DBF2CE;
}
</style>
border-color css
<style>
span { border-color: #DBF2CE; }
span { border-color: rgb(219,242,206); }
td.TdClassName
{
border-color: #DBF2CE;
}
.TagClassName
{
border-color: #DBF2CE;
}
</style>