Shades of Frostee #DCEACB
Tints of Frostee #DCEACB
RGB
CMYK
RGB Variations
Color information
#DCEACB (or 0xDCEACB) is known color: Frostee. HEX triplet: DC, EA and CB. RGB value is (220,234,203). Sum of RGB (Red+Green+Blue) = 220+234+203=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEACB is #231534. Grayscale: #E2E2E2. Windows color (decimal): -2299189 or 13363932. OLE color: 13363932.
HSL color Cylindrical-coordinate representation of color #DCEACB: hue angle of 87.1º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCEACB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 203 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.08 |
| HSL | 87.1º | 0.42% | 0.86% | - |
| HSV(B) | 87.1º | 0.13% | 0.92% | - |
| XYZ | 69.72 | 78.37 | 67.95 | - |
| YUV | 226.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 203 | 0.06 | 0 | 0.13 | 0.08 | 87.1 | 0.42 | 0.86 |
| Hex | DC | EA | CB | 6 | 0 | D | 8 | 57 | 2A | 56 |
| Octal | 334 | 352 | 313 | 6 | 0 | 15 | 10 | 127 | 52 | 126 |
| Binary | 11011100 | 11101010 | 11001011 | 110 | 0 | 1101 | 1000 | 1010111 | 101010 | 1010110 |
Color Harmonies of #DCEACB
Complementary color
Monochromatic Colors of #DCEACB
Black with #DCEACB
Text Example
Text Example
White with #DCEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEACB; }
p { color: rgb(220,234,203); }
H1.HeaderClassName
{
color: #DCEACB;
}
.AnyTagClassName
{
color: #DCEACB;
}
</style>
background-color css
<style>
a { background-color: #DCEACB; }
a { background-color: rgb(220,234,203); }
div.DivClassName
{
background-color: #DCEACB;
}
.BgClassName
{
background-color: #DCEACB;
}
</style>
border-color css
<style>
span { border-color: #DCEACB; }
span { border-color: rgb(220,234,203); }
td.TdClassName
{
border-color: #DCEACB;
}
.TagClassName
{
border-color: #DCEACB;
}
</style>