Shades of Hint Of Green #DBF1CC
Tints of Hint Of Green #DBF1CC
RGB
CMYK
RGB Variations
Color information
#DBF1CC (or 0xDBF1CC) is known color: Hint Of Green. HEX triplet: DB, F1 and CC. RGB value is (219,241,204). Sum of RGB (Red+Green+Blue) = 219+241+204=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1CC is #240E33. Grayscale: #E6E6E6. Windows color (decimal): -2362932 or 13431259. OLE color: 13431259.
HSL color Cylindrical-coordinate representation of color #DBF1CC: hue angle of 95.68º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBF1CC is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 204 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.05 |
| HSL | 95.68º | 0.57% | 0.87% | - |
| HSV(B) | 95.68º | 0.15% | 0.95% | - |
| XYZ | 71.57 | 82.33 | 69.25 | - |
| YUV | 230.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 204 | 0.09 | 0 | 0.15 | 0.05 | 95.68 | 0.57 | 0.87 |
| Hex | DB | F1 | CC | 9 | 0 | F | 5 | 60 | 39 | 57 |
| Octal | 333 | 361 | 314 | 11 | 0 | 17 | 5 | 140 | 71 | 127 |
| Binary | 11011011 | 11110001 | 11001100 | 1001 | 0 | 1111 | 101 | 1100000 | 111001 | 1010111 |
Color Harmonies of #DBF1CC
Complementary color
Monochromatic Colors of #DBF1CC
Black with #DBF1CC
Text Example
Text Example
White with #DBF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1CC; }
p { color: rgb(219,241,204); }
H1.HeaderClassName
{
color: #DBF1CC;
}
.AnyTagClassName
{
color: #DBF1CC;
}
</style>
background-color css
<style>
a { background-color: #DBF1CC; }
a { background-color: rgb(219,241,204); }
div.DivClassName
{
background-color: #DBF1CC;
}
.BgClassName
{
background-color: #DBF1CC;
}
</style>
border-color css
<style>
span { border-color: #DBF1CC; }
span { border-color: rgb(219,241,204); }
td.TdClassName
{
border-color: #DBF1CC;
}
.TagClassName
{
border-color: #DBF1CC;
}
</style>