Shades of Frostee #DBECCE
Tints of Frostee #DBECCE
RGB
CMYK
RGB Variations
Color information
#DBECCE (or 0xDBECCE) is known color: Frostee. HEX triplet: DB, EC and CE. RGB value is (219,236,206). Sum of RGB (Red+Green+Blue) = 219+236+206=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECCE is #241331. Grayscale: #E3E3E3. Windows color (decimal): -2364210 or 13561051. OLE color: 13561051.
HSL color Cylindrical-coordinate representation of color #DBECCE: hue angle of 94º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBECCE is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 206 | - |
CMYK | 0.07 | 0 | 0.13 | 0.07 |
HSL | 94º | 0.44% | 0.87% | - |
HSV(B) | 94º | 0.13% | 0.93% | - |
XYZ | 70.35 | 79.51 | 70.03 | - |
YUV | 227.5 | 115.87 | 121.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 206 | 0.07 | 0 | 0.13 | 0.07 | 94 | 0.44 | 0.87 |
Hex | DB | EC | CE | 7 | 0 | D | 7 | 5E | 2C | 57 |
Octal | 333 | 354 | 316 | 7 | 0 | 15 | 7 | 136 | 54 | 127 |
Binary | 11011011 | 11101100 | 11001110 | 111 | 0 | 1101 | 111 | 1011110 | 101100 | 1010111 |
Color Harmonies of #DBECCE
Complementary color
Monochromatic Colors of #DBECCE
Black with #DBECCE
Text Example
Text Example
White with #DBECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECCE; }
p { color: rgb(219,236,206); }
H1.HeaderClassName
{
color: #DBECCE;
}
.AnyTagClassName
{
color: #DBECCE;
}
</style>
background-color css
<style>
a { background-color: #DBECCE; }
a { background-color: rgb(219,236,206); }
div.DivClassName
{
background-color: #DBECCE;
}
.BgClassName
{
background-color: #DBECCE;
}
</style>
border-color css
<style>
span { border-color: #DBECCE; }
span { border-color: rgb(219,236,206); }
td.TdClassName
{
border-color: #DBECCE;
}
.TagClassName
{
border-color: #DBECCE;
}
</style>