Shades of Hint Of Green #DBF3CB
Tints of Hint Of Green #DBF3CB
RGB
CMYK
RGB Variations
Color information
#DBF3CB (or 0xDBF3CB) is known color: Hint Of Green. HEX triplet: DB, F3 and CB. RGB value is (219,243,203). Sum of RGB (Red+Green+Blue) = 219+243+203=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3CB is #240C34. Grayscale: #E7E7E7. Windows color (decimal): -2362421 or 13366235. OLE color: 13366235.
HSL color Cylindrical-coordinate representation of color #DBF3CB: hue angle of 96º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBF3CB is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 203 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.05 |
| HSL | 96º | 0.63% | 0.87% | - |
| HSV(B) | 96º | 0.16% | 0.95% | - |
| XYZ | 72.04 | 83.47 | 68.81 | - |
| YUV | 231.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 203 | 0.10 | 0 | 0.16 | 0.05 | 96 | 0.63 | 0.87 |
| Hex | DB | F3 | CB | A | 0 | 10 | 5 | 60 | 3E | 57 |
| Octal | 333 | 363 | 313 | 12 | 0 | 20 | 5 | 140 | 76 | 127 |
| Binary | 11011011 | 11110011 | 11001011 | 1010 | 0 | 10000 | 101 | 1100000 | 111110 | 1010111 |
Color Harmonies of #DBF3CB
Complementary color
Monochromatic Colors of #DBF3CB
Black with #DBF3CB
Text Example
Text Example
White with #DBF3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3CB; }
p { color: rgb(219,243,203); }
H1.HeaderClassName
{
color: #DBF3CB;
}
.AnyTagClassName
{
color: #DBF3CB;
}
</style>
background-color css
<style>
a { background-color: #DBF3CB; }
a { background-color: rgb(219,243,203); }
div.DivClassName
{
background-color: #DBF3CB;
}
.BgClassName
{
background-color: #DBF3CB;
}
</style>
border-color css
<style>
span { border-color: #DBF3CB; }
span { border-color: rgb(219,243,203); }
td.TdClassName
{
border-color: #DBF3CB;
}
.TagClassName
{
border-color: #DBF3CB;
}
</style>