Shades of Frostee #DCEBCB
Tints of Frostee #DCEBCB
RGB
CMYK
RGB Variations
Color information
#DCEBCB (or 0xDCEBCB) is known color: Frostee. HEX triplet: DC, EB and CB. RGB value is (220,235,203). Sum of RGB (Red+Green+Blue) = 220+235+203=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBCB is #231434. Grayscale: #E2E2E2. Windows color (decimal): -2298933 or 13364188. OLE color: 13364188.
HSL color Cylindrical-coordinate representation of color #DCEBCB: hue angle of 88.12º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCEBCB is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 203 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.08 |
| HSL | 88.13º | 0.44% | 0.86% | - |
| HSV(B) | 88.13º | 0.14% | 0.92% | - |
| XYZ | 70 | 78.94 | 68.05 | - |
| YUV | 226.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 203 | 0.06 | 0 | 0.14 | 0.08 | 88.13 | 0.44 | 0.86 |
| Hex | DC | EB | CB | 6 | 0 | E | 8 | 58 | 2C | 56 |
| Octal | 334 | 353 | 313 | 6 | 0 | 16 | 10 | 130 | 54 | 126 |
| Binary | 11011100 | 11101011 | 11001011 | 110 | 0 | 1110 | 1000 | 1011000 | 101100 | 1010110 |
Color Harmonies of #DCEBCB
Complementary color
Monochromatic Colors of #DCEBCB
Black with #DCEBCB
Text Example
Text Example
White with #DCEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBCB; }
p { color: rgb(220,235,203); }
H1.HeaderClassName
{
color: #DCEBCB;
}
.AnyTagClassName
{
color: #DCEBCB;
}
</style>
background-color css
<style>
a { background-color: #DCEBCB; }
a { background-color: rgb(220,235,203); }
div.DivClassName
{
background-color: #DCEBCB;
}
.BgClassName
{
background-color: #DCEBCB;
}
</style>
border-color css
<style>
span { border-color: #DCEBCB; }
span { border-color: rgb(220,235,203); }
td.TdClassName
{
border-color: #DCEBCB;
}
.TagClassName
{
border-color: #DCEBCB;
}
</style>