Shades of Hint Of Green #DBF3CA
Tints of Hint Of Green #DBF3CA
RGB
CMYK
RGB Variations
Color information
#DBF3CA (or 0xDBF3CA) is known color: Hint Of Green. HEX triplet: DB, F3 and CA. RGB value is (219,243,202). Sum of RGB (Red+Green+Blue) = 219+243+202=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 243 (95.31% from 255 or 36.60% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3CA is #240C35. Grayscale: #E7E7E7. Windows color (decimal): -2362422 or 13300699. OLE color: 13300699.
HSL color Cylindrical-coordinate representation of color #DBF3CA: hue angle of 95.12º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBF3CA is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 202 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.05 |
| HSL | 95.12º | 0.63% | 0.87% | - |
| HSV(B) | 95.12º | 0.17% | 0.95% | - |
| XYZ | 71.92 | 83.43 | 68.19 | - |
| YUV | 231.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 202 | 0.10 | 0 | 0.17 | 0.05 | 95.12 | 0.63 | 0.87 |
| Hex | DB | F3 | CA | A | 0 | 11 | 5 | 5F | 3F | 57 |
| Octal | 333 | 363 | 312 | 12 | 0 | 21 | 5 | 137 | 77 | 127 |
| Binary | 11011011 | 11110011 | 11001010 | 1010 | 0 | 10001 | 101 | 1011111 | 111111 | 1010111 |
Color Harmonies of #DBF3CA
Complementary color
Monochromatic Colors of #DBF3CA
Black with #DBF3CA
Text Example
Text Example
White with #DBF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3CA; }
p { color: rgb(219,243,202); }
H1.HeaderClassName
{
color: #DBF3CA;
}
.AnyTagClassName
{
color: #DBF3CA;
}
</style>
background-color css
<style>
a { background-color: #DBF3CA; }
a { background-color: rgb(219,243,202); }
div.DivClassName
{
background-color: #DBF3CA;
}
.BgClassName
{
background-color: #DBF3CA;
}
</style>
border-color css
<style>
span { border-color: #DBF3CA; }
span { border-color: rgb(219,243,202); }
td.TdClassName
{
border-color: #DBF3CA;
}
.TagClassName
{
border-color: #DBF3CA;
}
</style>