Shades of Frostee #DBE9CE
Tints of Frostee #DBE9CE
RGB
CMYK
RGB Variations
Color information
#DBE9CE (or 0xDBE9CE) is known color: Frostee. HEX triplet: DB, E9 and CE. RGB value is (219,233,206). Sum of RGB (Red+Green+Blue) = 219+233+206=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9CE is #241631. Grayscale: #E1E1E1. Windows color (decimal): -2364978 or 13560283. OLE color: 13560283.
HSL color Cylindrical-coordinate representation of color #DBE9CE: hue angle of 91.11º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE9CE is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 233 | 206 | - |
CMYK | 0.06 | 0 | 0.12 | 0.09 |
HSL | 91.11º | 0.38% | 0.86% | - |
HSV(B) | 91.11º | 0.12% | 0.91% | - |
XYZ | 69.49 | 77.79 | 69.75 | - |
YUV | 225.74 | 116.86 | 123.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 233 | 206 | 0.06 | 0 | 0.12 | 0.09 | 91.11 | 0.38 | 0.86 |
Hex | DB | E9 | CE | 6 | 0 | C | 9 | 5B | 26 | 56 |
Octal | 333 | 351 | 316 | 6 | 0 | 14 | 11 | 133 | 46 | 126 |
Binary | 11011011 | 11101001 | 11001110 | 110 | 0 | 1100 | 1001 | 1011011 | 100110 | 1010110 |
Color Harmonies of #DBE9CE
Complementary color
Monochromatic Colors of #DBE9CE
Black with #DBE9CE
Text Example
Text Example
White with #DBE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9CE; }
p { color: rgb(219,233,206); }
H1.HeaderClassName
{
color: #DBE9CE;
}
.AnyTagClassName
{
color: #DBE9CE;
}
</style>
background-color css
<style>
a { background-color: #DBE9CE; }
a { background-color: rgb(219,233,206); }
div.DivClassName
{
background-color: #DBE9CE;
}
.BgClassName
{
background-color: #DBE9CE;
}
</style>
border-color css
<style>
span { border-color: #DBE9CE; }
span { border-color: rgb(219,233,206); }
td.TdClassName
{
border-color: #DBE9CE;
}
.TagClassName
{
border-color: #DBE9CE;
}
</style>