Shades of Frostee #DBE9D0
Tints of Frostee #DBE9D0
RGB
CMYK
RGB Variations
Color information
#DBE9D0 (or 0xDBE9D0) is known color: Frostee. HEX triplet: DB, E9 and D0. RGB value is (219,233,208). Sum of RGB (Red+Green+Blue) = 219+233+208=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9D0 is #24162F. Grayscale: #E2E2E2. Windows color (decimal): -2364976 or 13691355. OLE color: 13691355.
HSL color Cylindrical-coordinate representation of color #DBE9D0: hue angle of 93.6º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE9D0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 233 | 208 | - |
CMYK | 0.06 | 0 | 0.11 | 0.09 |
HSL | 93.6º | 0.36% | 0.86% | - |
HSV(B) | 93.6º | 0.11% | 0.91% | - |
XYZ | 69.74 | 77.89 | 71.03 | - |
YUV | 225.96 | 117.86 | 123.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 233 | 208 | 0.06 | 0 | 0.11 | 0.09 | 93.6 | 0.36 | 0.86 |
Hex | DB | E9 | D0 | 6 | 0 | B | 9 | 5E | 24 | 56 |
Octal | 333 | 351 | 320 | 6 | 0 | 13 | 11 | 136 | 44 | 126 |
Binary | 11011011 | 11101001 | 11010000 | 110 | 0 | 1011 | 1001 | 1011110 | 100100 | 1010110 |
Color Harmonies of #DBE9D0
Complementary color
Monochromatic Colors of #DBE9D0
Black with #DBE9D0
Text Example
Text Example
White with #DBE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9D0; }
p { color: rgb(219,233,208); }
H1.HeaderClassName
{
color: #DBE9D0;
}
.AnyTagClassName
{
color: #DBE9D0;
}
</style>
background-color css
<style>
a { background-color: #DBE9D0; }
a { background-color: rgb(219,233,208); }
div.DivClassName
{
background-color: #DBE9D0;
}
.BgClassName
{
background-color: #DBE9D0;
}
</style>
border-color css
<style>
span { border-color: #DBE9D0; }
span { border-color: rgb(219,233,208); }
td.TdClassName
{
border-color: #DBE9D0;
}
.TagClassName
{
border-color: #DBE9D0;
}
</style>