Shades of Hint Of Green #DBF0CF
Tints of Hint Of Green #DBF0CF
RGB
CMYK
RGB Variations
Color information
#DBF0CF (or 0xDBF0CF) is known color: Hint Of Green. HEX triplet: DB, F0 and CF. RGB value is (219,240,207). Sum of RGB (Red+Green+Blue) = 219+240+207=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0CF is #240F30. Grayscale: #E6E6E6. Windows color (decimal): -2363185 or 13627611. OLE color: 13627611.
HSL color Cylindrical-coordinate representation of color #DBF0CF: hue angle of 98.18º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBF0CF is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 207 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.06 |
| HSL | 98.18º | 0.52% | 0.88% | - |
| HSV(B) | 98.18º | 0.14% | 0.94% | - |
| XYZ | 71.64 | 81.89 | 71.06 | - |
| YUV | 229.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 207 | 0.09 | 0 | 0.14 | 0.06 | 98.18 | 0.52 | 0.88 |
| Hex | DB | F0 | CF | 9 | 0 | E | 6 | 62 | 34 | 58 |
| Octal | 333 | 360 | 317 | 11 | 0 | 16 | 6 | 142 | 64 | 130 |
| Binary | 11011011 | 11110000 | 11001111 | 1001 | 0 | 1110 | 110 | 1100010 | 110100 | 1011000 |
Color Harmonies of #DBF0CF
Complementary color
Monochromatic Colors of #DBF0CF
Black with #DBF0CF
Text Example
Text Example
White with #DBF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0CF; }
p { color: rgb(219,240,207); }
H1.HeaderClassName
{
color: #DBF0CF;
}
.AnyTagClassName
{
color: #DBF0CF;
}
</style>
background-color css
<style>
a { background-color: #DBF0CF; }
a { background-color: rgb(219,240,207); }
div.DivClassName
{
background-color: #DBF0CF;
}
.BgClassName
{
background-color: #DBF0CF;
}
</style>
border-color css
<style>
span { border-color: #DBF0CF; }
span { border-color: rgb(219,240,207); }
td.TdClassName
{
border-color: #DBF0CF;
}
.TagClassName
{
border-color: #DBF0CF;
}
</style>