Shades of Frostee #DBE8D1
Tints of Frostee #DBE8D1
RGB
CMYK
RGB Variations
Color information
#DBE8D1 (or 0xDBE8D1) is known color: Frostee. HEX triplet: DB, E8 and D1. RGB value is (219,232,209). Sum of RGB (Red+Green+Blue) = 219+232+209=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8D1 is #24172E. Grayscale: #E1E1E1. Windows color (decimal): -2365231 or 13756635. OLE color: 13756635.
HSL color Cylindrical-coordinate representation of color #DBE8D1: hue angle of 93.91º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE8D1 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 209 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.09 |
| HSL | 93.91º | 0.33% | 0.86% | - |
| HSV(B) | 93.91º | 0.1% | 0.91% | - |
| XYZ | 69.58 | 77.38 | 71.59 | - |
| YUV | 225.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 209 | 0.06 | 0 | 0.10 | 0.09 | 93.91 | 0.33 | 0.86 |
| Hex | DB | E8 | D1 | 6 | 0 | A | 9 | 5E | 21 | 56 |
| Octal | 333 | 350 | 321 | 6 | 0 | 12 | 11 | 136 | 41 | 126 |
| Binary | 11011011 | 11101000 | 11010001 | 110 | 0 | 1010 | 1001 | 1011110 | 100001 | 1010110 |
Color Harmonies of #DBE8D1
Complementary color
Monochromatic Colors of #DBE8D1
Black with #DBE8D1
Text Example
Text Example
White with #DBE8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8D1; }
p { color: rgb(219,232,209); }
H1.HeaderClassName
{
color: #DBE8D1;
}
.AnyTagClassName
{
color: #DBE8D1;
}
</style>
background-color css
<style>
a { background-color: #DBE8D1; }
a { background-color: rgb(219,232,209); }
div.DivClassName
{
background-color: #DBE8D1;
}
.BgClassName
{
background-color: #DBE8D1;
}
</style>
border-color css
<style>
span { border-color: #DBE8D1; }
span { border-color: rgb(219,232,209); }
td.TdClassName
{
border-color: #DBE8D1;
}
.TagClassName
{
border-color: #DBE8D1;
}
</style>