Shades of Hint Of Green #DBF3CE
Tints of Hint Of Green #DBF3CE
RGB
CMYK
RGB Variations
Color information
#DBF3CE (or 0xDBF3CE) is known color: Hint Of Green. HEX triplet: DB, F3 and CE. RGB value is (219,243,206). Sum of RGB (Red+Green+Blue) = 219+243+206=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3CE is #240C31. Grayscale: #E7E7E7. Windows color (decimal): -2362418 or 13562843. OLE color: 13562843.
HSL color Cylindrical-coordinate representation of color #DBF3CE: hue angle of 98.92º degrees, saturation: 0.61, 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 #DBF3CE is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 206 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.05 |
| HSL | 98.92º | 0.61% | 0.88% | - |
| HSV(B) | 98.92º | 0.15% | 0.95% | - |
| XYZ | 72.4 | 83.62 | 70.72 | - |
| YUV | 231.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 206 | 0.10 | 0 | 0.15 | 0.05 | 98.92 | 0.61 | 0.88 |
| Hex | DB | F3 | CE | A | 0 | F | 5 | 63 | 3D | 58 |
| Octal | 333 | 363 | 316 | 12 | 0 | 17 | 5 | 143 | 75 | 130 |
| Binary | 11011011 | 11110011 | 11001110 | 1010 | 0 | 1111 | 101 | 1100011 | 111101 | 1011000 |
Color Harmonies of #DBF3CE
Complementary color
Monochromatic Colors of #DBF3CE
Black with #DBF3CE
Text Example
Text Example
White with #DBF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3CE; }
p { color: rgb(219,243,206); }
H1.HeaderClassName
{
color: #DBF3CE;
}
.AnyTagClassName
{
color: #DBF3CE;
}
</style>
background-color css
<style>
a { background-color: #DBF3CE; }
a { background-color: rgb(219,243,206); }
div.DivClassName
{
background-color: #DBF3CE;
}
.BgClassName
{
background-color: #DBF3CE;
}
</style>
border-color css
<style>
span { border-color: #DBF3CE; }
span { border-color: rgb(219,243,206); }
td.TdClassName
{
border-color: #DBF3CE;
}
.TagClassName
{
border-color: #DBF3CE;
}
</style>