Shades of Frostee #DBE8CB
Tints of Frostee #DBE8CB
RGB
CMYK
RGB Variations
Color information
#DBE8CB (or 0xDBE8CB) is known color: Frostee. HEX triplet: DB, E8 and CB. RGB value is (219,232,203). Sum of RGB (Red+Green+Blue) = 219+232+203=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8CB is #241734. Grayscale: #E0E0E0. Windows color (decimal): -2365237 or 13363419. OLE color: 13363419.
HSL color Cylindrical-coordinate representation of color #DBE8CB: hue angle of 86.9º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE8CB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 203 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.09 |
| HSL | 86.9º | 0.39% | 0.85% | - |
| HSV(B) | 86.9º | 0.13% | 0.91% | - |
| XYZ | 68.85 | 77.09 | 67.75 | - |
| YUV | 224.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 203 | 0.06 | 0 | 0.12 | 0.09 | 86.9 | 0.39 | 0.85 |
| Hex | DB | E8 | CB | 6 | 0 | C | 9 | 57 | 27 | 55 |
| Octal | 333 | 350 | 313 | 6 | 0 | 14 | 11 | 127 | 47 | 125 |
| Binary | 11011011 | 11101000 | 11001011 | 110 | 0 | 1100 | 1001 | 1010111 | 100111 | 1010101 |
Color Harmonies of #DBE8CB
Complementary color
Monochromatic Colors of #DBE8CB
Black with #DBE8CB
Text Example
Text Example
White with #DBE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8CB; }
p { color: rgb(219,232,203); }
H1.HeaderClassName
{
color: #DBE8CB;
}
.AnyTagClassName
{
color: #DBE8CB;
}
</style>
background-color css
<style>
a { background-color: #DBE8CB; }
a { background-color: rgb(219,232,203); }
div.DivClassName
{
background-color: #DBE8CB;
}
.BgClassName
{
background-color: #DBE8CB;
}
</style>
border-color css
<style>
span { border-color: #DBE8CB; }
span { border-color: rgb(219,232,203); }
td.TdClassName
{
border-color: #DBE8CB;
}
.TagClassName
{
border-color: #DBE8CB;
}
</style>