Shades of Frostee #DBE9CA
Tints of Frostee #DBE9CA
RGB
CMYK
RGB Variations
Color information
#DBE9CA (or 0xDBE9CA) is known color: Frostee. HEX triplet: DB, E9 and CA. RGB value is (219,233,202). Sum of RGB (Red+Green+Blue) = 219+233+202=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9CA is #241635. Grayscale: #E1E1E1. Windows color (decimal): -2364982 or 13298139. OLE color: 13298139.
HSL color Cylindrical-coordinate representation of color #DBE9CA: hue angle of 87.1º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBE9CA is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 202 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.09 |
| HSL | 87.1º | 0.41% | 0.85% | - |
| HSV(B) | 87.1º | 0.13% | 0.91% | - |
| XYZ | 69.01 | 77.6 | 67.22 | - |
| YUV | 225.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 202 | 0.06 | 0 | 0.13 | 0.09 | 87.1 | 0.41 | 0.85 |
| Hex | DB | E9 | CA | 6 | 0 | D | 9 | 57 | 29 | 55 |
| Octal | 333 | 351 | 312 | 6 | 0 | 15 | 11 | 127 | 51 | 125 |
| Binary | 11011011 | 11101001 | 11001010 | 110 | 0 | 1101 | 1001 | 1010111 | 101001 | 1010101 |
Color Harmonies of #DBE9CA
Complementary color
Monochromatic Colors of #DBE9CA
Black with #DBE9CA
Text Example
Text Example
White with #DBE9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9CA; }
p { color: rgb(219,233,202); }
H1.HeaderClassName
{
color: #DBE9CA;
}
.AnyTagClassName
{
color: #DBE9CA;
}
</style>
background-color css
<style>
a { background-color: #DBE9CA; }
a { background-color: rgb(219,233,202); }
div.DivClassName
{
background-color: #DBE9CA;
}
.BgClassName
{
background-color: #DBE9CA;
}
</style>
border-color css
<style>
span { border-color: #DBE9CA; }
span { border-color: rgb(219,233,202); }
td.TdClassName
{
border-color: #DBE9CA;
}
.TagClassName
{
border-color: #DBE9CA;
}
</style>