Shades of Frostee #DBF2C7
Tints of Frostee #DBF2C7
RGB
CMYK
RGB Variations
Color information
#DBF2C7 (or 0xDBF2C7) is known color: Frostee. HEX triplet: DB, F2 and C7. RGB value is (219,242,199). Sum of RGB (Red+Green+Blue) = 219+242+199=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2C7 is #240D38. Grayscale: #E6E6E6. Windows color (decimal): -2362681 or 13103835. OLE color: 13103835.
HSL color Cylindrical-coordinate representation of color #DBF2C7: hue angle of 92.09º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBF2C7 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 199 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.05 |
| HSL | 92.09º | 0.62% | 0.86% | - |
| HSV(B) | 92.09º | 0.18% | 0.95% | - |
| XYZ | 71.27 | 82.69 | 66.24 | - |
| YUV | 230.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 199 | 0.10 | 0 | 0.18 | 0.05 | 92.09 | 0.62 | 0.86 |
| Hex | DB | F2 | C7 | A | 0 | 12 | 5 | 5C | 3E | 56 |
| Octal | 333 | 362 | 307 | 12 | 0 | 22 | 5 | 134 | 76 | 126 |
| Binary | 11011011 | 11110010 | 11000111 | 1010 | 0 | 10010 | 101 | 1011100 | 111110 | 1010110 |
Color Harmonies of #DBF2C7
Complementary color
Monochromatic Colors of #DBF2C7
Black with #DBF2C7
Text Example
Text Example
White with #DBF2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2C7; }
p { color: rgb(219,242,199); }
H1.HeaderClassName
{
color: #DBF2C7;
}
.AnyTagClassName
{
color: #DBF2C7;
}
</style>
background-color css
<style>
a { background-color: #DBF2C7; }
a { background-color: rgb(219,242,199); }
div.DivClassName
{
background-color: #DBF2C7;
}
.BgClassName
{
background-color: #DBF2C7;
}
</style>
border-color css
<style>
span { border-color: #DBF2C7; }
span { border-color: rgb(219,242,199); }
td.TdClassName
{
border-color: #DBF2C7;
}
.TagClassName
{
border-color: #DBF2C7;
}
</style>