Shades of Hint Of Green #DBF2CF
Tints of Hint Of Green #DBF2CF
RGB
CMYK
RGB Variations
Color information
#DBF2CF (or 0xDBF2CF) is known color: Hint Of Green. HEX triplet: DB, F2 and CF. RGB value is (219,242,207). Sum of RGB (Red+Green+Blue) = 219+242+207=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2CF is #240D30. Grayscale: #E7E7E7. Windows color (decimal): -2362673 or 13628123. OLE color: 13628123.
HSL color Cylindrical-coordinate representation of color #DBF2CF: hue angle of 99.43º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBF2CF is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 207 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.05 |
| HSL | 99.43º | 0.57% | 0.88% | - |
| HSV(B) | 99.43º | 0.14% | 0.95% | - |
| XYZ | 72.23 | 83.07 | 71.26 | - |
| YUV | 231.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 207 | 0.10 | 0 | 0.14 | 0.05 | 99.43 | 0.57 | 0.88 |
| Hex | DB | F2 | CF | A | 0 | E | 5 | 63 | 39 | 58 |
| Octal | 333 | 362 | 317 | 12 | 0 | 16 | 5 | 143 | 71 | 130 |
| Binary | 11011011 | 11110010 | 11001111 | 1010 | 0 | 1110 | 101 | 1100011 | 111001 | 1011000 |
Color Harmonies of #DBF2CF
Complementary color
Monochromatic Colors of #DBF2CF
Black with #DBF2CF
Text Example
Text Example
White with #DBF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2CF; }
p { color: rgb(219,242,207); }
H1.HeaderClassName
{
color: #DBF2CF;
}
.AnyTagClassName
{
color: #DBF2CF;
}
</style>
background-color css
<style>
a { background-color: #DBF2CF; }
a { background-color: rgb(219,242,207); }
div.DivClassName
{
background-color: #DBF2CF;
}
.BgClassName
{
background-color: #DBF2CF;
}
</style>
border-color css
<style>
span { border-color: #DBF2CF; }
span { border-color: rgb(219,242,207); }
td.TdClassName
{
border-color: #DBF2CF;
}
.TagClassName
{
border-color: #DBF2CF;
}
</style>