Shades of Frostee #DBF0C5
Tints of Frostee #DBF0C5
RGB
CMYK
RGB Variations
Color information
#DBF0C5 (or 0xDBF0C5) is known color: Frostee. HEX triplet: DB, F0 and C5. RGB value is (219,240,197). Sum of RGB (Red+Green+Blue) = 219+240+197=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0C5 is #240F3A. Grayscale: #E4E4E4. Windows color (decimal): -2363195 or 12972251. OLE color: 12972251.
HSL color Cylindrical-coordinate representation of color #DBF0C5: hue angle of 89.3º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBF0C5 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 197 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.06 |
| HSL | 89.3º | 0.59% | 0.86% | - |
| HSV(B) | 89.3º | 0.18% | 0.94% | - |
| XYZ | 70.45 | 81.41 | 64.82 | - |
| YUV | 228.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 197 | 0.09 | 0 | 0.18 | 0.06 | 89.3 | 0.59 | 0.86 |
| Hex | DB | F0 | C5 | 9 | 0 | 12 | 6 | 59 | 3B | 56 |
| Octal | 333 | 360 | 305 | 11 | 0 | 22 | 6 | 131 | 73 | 126 |
| Binary | 11011011 | 11110000 | 11000101 | 1001 | 0 | 10010 | 110 | 1011001 | 111011 | 1010110 |
Color Harmonies of #DBF0C5
Complementary color
Monochromatic Colors of #DBF0C5
Black with #DBF0C5
Text Example
Text Example
White with #DBF0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0C5; }
p { color: rgb(219,240,197); }
H1.HeaderClassName
{
color: #DBF0C5;
}
.AnyTagClassName
{
color: #DBF0C5;
}
</style>
background-color css
<style>
a { background-color: #DBF0C5; }
a { background-color: rgb(219,240,197); }
div.DivClassName
{
background-color: #DBF0C5;
}
.BgClassName
{
background-color: #DBF0C5;
}
</style>
border-color css
<style>
span { border-color: #DBF0C5; }
span { border-color: rgb(219,240,197); }
td.TdClassName
{
border-color: #DBF0C5;
}
.TagClassName
{
border-color: #DBF0C5;
}
</style>