Shades of Frostee #DCEBCE
Tints of Frostee #DCEBCE
RGB
CMYK
RGB Variations
Color information
#DCEBCE (or 0xDCEBCE) is known color: Frostee. HEX triplet: DC, EB and CE. RGB value is (220,235,206). Sum of RGB (Red+Green+Blue) = 220+235+206=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBCE is #231431. Grayscale: #E3E3E3. Windows color (decimal): -2298930 or 13560796. OLE color: 13560796.
HSL color Cylindrical-coordinate representation of color #DCEBCE: hue angle of 91.03º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCEBCE is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 206 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.08 |
| HSL | 91.03º | 0.42% | 0.86% | - |
| HSV(B) | 91.03º | 0.12% | 0.92% | - |
| XYZ | 70.36 | 79.09 | 69.95 | - |
| YUV | 227.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 206 | 0.06 | 0 | 0.12 | 0.08 | 91.03 | 0.42 | 0.86 |
| Hex | DC | EB | CE | 6 | 0 | C | 8 | 5B | 2A | 56 |
| Octal | 334 | 353 | 316 | 6 | 0 | 14 | 10 | 133 | 52 | 126 |
| Binary | 11011100 | 11101011 | 11001110 | 110 | 0 | 1100 | 1000 | 1011011 | 101010 | 1010110 |
Color Harmonies of #DCEBCE
Complementary color
Monochromatic Colors of #DCEBCE
Black with #DCEBCE
Text Example
Text Example
White with #DCEBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBCE; }
p { color: rgb(220,235,206); }
H1.HeaderClassName
{
color: #DCEBCE;
}
.AnyTagClassName
{
color: #DCEBCE;
}
</style>
background-color css
<style>
a { background-color: #DCEBCE; }
a { background-color: rgb(220,235,206); }
div.DivClassName
{
background-color: #DCEBCE;
}
.BgClassName
{
background-color: #DCEBCE;
}
</style>
border-color css
<style>
span { border-color: #DCEBCE; }
span { border-color: rgb(220,235,206); }
td.TdClassName
{
border-color: #DCEBCE;
}
.TagClassName
{
border-color: #DCEBCE;
}
</style>