Shades of Frostee #DBF0CA
Tints of Frostee #DBF0CA
RGB
CMYK
RGB Variations
Color information
#DBF0CA (or 0xDBF0CA) is known color: Frostee. HEX triplet: DB, F0 and CA. RGB value is (219,240,202). Sum of RGB (Red+Green+Blue) = 219+240+202=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0CA is #240F35. Grayscale: #E5E5E5. Windows color (decimal): -2363190 or 13299931. OLE color: 13299931.
HSL color Cylindrical-coordinate representation of color #DBF0CA: hue angle of 93.16º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBF0CA is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 202 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.06 |
| HSL | 93.16º | 0.56% | 0.87% | - |
| HSV(B) | 93.16º | 0.16% | 0.94% | - |
| XYZ | 71.03 | 81.64 | 67.89 | - |
| YUV | 229.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 202 | 0.09 | 0 | 0.16 | 0.06 | 93.16 | 0.56 | 0.87 |
| Hex | DB | F0 | CA | 9 | 0 | 10 | 6 | 5D | 38 | 57 |
| Octal | 333 | 360 | 312 | 11 | 0 | 20 | 6 | 135 | 70 | 127 |
| Binary | 11011011 | 11110000 | 11001010 | 1001 | 0 | 10000 | 110 | 1011101 | 111000 | 1010111 |
Color Harmonies of #DBF0CA
Complementary color
Monochromatic Colors of #DBF0CA
Black with #DBF0CA
Text Example
Text Example
White with #DBF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0CA; }
p { color: rgb(219,240,202); }
H1.HeaderClassName
{
color: #DBF0CA;
}
.AnyTagClassName
{
color: #DBF0CA;
}
</style>
background-color css
<style>
a { background-color: #DBF0CA; }
a { background-color: rgb(219,240,202); }
div.DivClassName
{
background-color: #DBF0CA;
}
.BgClassName
{
background-color: #DBF0CA;
}
</style>
border-color css
<style>
span { border-color: #DBF0CA; }
span { border-color: rgb(219,240,202); }
td.TdClassName
{
border-color: #DBF0CA;
}
.TagClassName
{
border-color: #DBF0CA;
}
</style>