Shades of Frostee #DBE8CC
Tints of Frostee #DBE8CC
RGB
CMYK
RGB Variations
Color information
#DBE8CC (or 0xDBE8CC) is known color: Frostee. HEX triplet: DB, E8 and CC. RGB value is (219,232,204). Sum of RGB (Red+Green+Blue) = 219+232+204=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8CC is #241733. Grayscale: #E1E1E1. Windows color (decimal): -2365236 or 13428955. OLE color: 13428955.
HSL color Cylindrical-coordinate representation of color #DBE8CC: hue angle of 87.86º degrees, saturation: 0.38, 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 #DBE8CC is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 232 | 204 | - |
CMYK | 0.06 | 0 | 0.12 | 0.09 |
HSL | 87.86º | 0.38% | 0.85% | - |
HSV(B) | 87.86º | 0.12% | 0.91% | - |
XYZ | 68.97 | 77.13 | 68.38 | - |
YUV | 224.92 | 116.19 | 123.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 232 | 204 | 0.06 | 0 | 0.12 | 0.09 | 87.86 | 0.38 | 0.85 |
Hex | DB | E8 | CC | 6 | 0 | C | 9 | 58 | 26 | 55 |
Octal | 333 | 350 | 314 | 6 | 0 | 14 | 11 | 130 | 46 | 125 |
Binary | 11011011 | 11101000 | 11001100 | 110 | 0 | 1100 | 1001 | 1011000 | 100110 | 1010101 |
Color Harmonies of #DBE8CC
Complementary color
Monochromatic Colors of #DBE8CC
Black with #DBE8CC
Text Example
Text Example
White with #DBE8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8CC; }
p { color: rgb(219,232,204); }
H1.HeaderClassName
{
color: #DBE8CC;
}
.AnyTagClassName
{
color: #DBE8CC;
}
</style>
background-color css
<style>
a { background-color: #DBE8CC; }
a { background-color: rgb(219,232,204); }
div.DivClassName
{
background-color: #DBE8CC;
}
.BgClassName
{
background-color: #DBE8CC;
}
</style>
border-color css
<style>
span { border-color: #DBE8CC; }
span { border-color: rgb(219,232,204); }
td.TdClassName
{
border-color: #DBE8CC;
}
.TagClassName
{
border-color: #DBE8CC;
}
</style>