Shades of Hint Of Green #DBF1CE
Tints of Hint Of Green #DBF1CE
RGB
CMYK
RGB Variations
Color information
#DBF1CE (or 0xDBF1CE) is known color: Hint Of Green. HEX triplet: DB, F1 and CE. RGB value is (219,241,206). Sum of RGB (Red+Green+Blue) = 219+241+206=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1CE is #240E31. Grayscale: #E6E6E6. Windows color (decimal): -2362930 or 13562331. OLE color: 13562331.
HSL color Cylindrical-coordinate representation of color #DBF1CE: hue angle of 97.71º degrees, saturation: 0.56, 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 #DBF1CE is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 206 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.05 |
| HSL | 97.71º | 0.56% | 0.88% | - |
| HSV(B) | 97.71º | 0.15% | 0.95% | - |
| XYZ | 71.81 | 82.43 | 70.52 | - |
| YUV | 230.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 206 | 0.09 | 0 | 0.15 | 0.05 | 97.71 | 0.56 | 0.88 |
| Hex | DB | F1 | CE | 9 | 0 | F | 5 | 62 | 38 | 58 |
| Octal | 333 | 361 | 316 | 11 | 0 | 17 | 5 | 142 | 70 | 130 |
| Binary | 11011011 | 11110001 | 11001110 | 1001 | 0 | 1111 | 101 | 1100010 | 111000 | 1011000 |
Color Harmonies of #DBF1CE
Complementary color
Monochromatic Colors of #DBF1CE
Black with #DBF1CE
Text Example
Text Example
White with #DBF1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1CE; }
p { color: rgb(219,241,206); }
H1.HeaderClassName
{
color: #DBF1CE;
}
.AnyTagClassName
{
color: #DBF1CE;
}
</style>
background-color css
<style>
a { background-color: #DBF1CE; }
a { background-color: rgb(219,241,206); }
div.DivClassName
{
background-color: #DBF1CE;
}
.BgClassName
{
background-color: #DBF1CE;
}
</style>
border-color css
<style>
span { border-color: #DBF1CE; }
span { border-color: rgb(219,241,206); }
td.TdClassName
{
border-color: #DBF1CE;
}
.TagClassName
{
border-color: #DBF1CE;
}
</style>