Shades of Frostee #DBE5CE
Tints of Frostee #DBE5CE
RGB
CMYK
RGB Variations
Color information
#DBE5CE (or 0xDBE5CE) is known color: Frostee. HEX triplet: DB, E5 and CE. RGB value is (219,229,206). Sum of RGB (Red+Green+Blue) = 219+229+206=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5CE is #241A31. Grayscale: #DFDFDF. Windows color (decimal): -2366002 or 13559259. OLE color: 13559259.
HSL color Cylindrical-coordinate representation of color #DBE5CE: hue angle of 86.09º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE5CE is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 206 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.10 |
| HSL | 86.09º | 0.31% | 0.85% | - |
| HSV(B) | 86.09º | 0.1% | 0.9% | - |
| XYZ | 68.37 | 75.55 | 69.37 | - |
| YUV | 223.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 206 | 0.04 | 0 | 0.10 | 0.10 | 86.09 | 0.31 | 0.85 |
| Hex | DB | E5 | CE | 4 | 0 | A | A | 56 | 1F | 55 |
| Octal | 333 | 345 | 316 | 4 | 0 | 12 | 12 | 126 | 37 | 125 |
| Binary | 11011011 | 11100101 | 11001110 | 100 | 0 | 1010 | 1010 | 1010110 | 11111 | 1010101 |
Color Harmonies of #DBE5CE
Complementary color
Monochromatic Colors of #DBE5CE
Black with #DBE5CE
Text Example
Text Example
White with #DBE5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5CE; }
p { color: rgb(219,229,206); }
H1.HeaderClassName
{
color: #DBE5CE;
}
.AnyTagClassName
{
color: #DBE5CE;
}
</style>
background-color css
<style>
a { background-color: #DBE5CE; }
a { background-color: rgb(219,229,206); }
div.DivClassName
{
background-color: #DBE5CE;
}
.BgClassName
{
background-color: #DBE5CE;
}
</style>
border-color css
<style>
span { border-color: #DBE5CE; }
span { border-color: rgb(219,229,206); }
td.TdClassName
{
border-color: #DBE5CE;
}
.TagClassName
{
border-color: #DBE5CE;
}
</style>