Shades of Bizarre #ECD5CC
Tints of Bizarre #ECD5CC
RGB
CMYK
RGB Variations
Color information
#ECD5CC (or 0xECD5CC) is known color: Bizarre. HEX triplet: EC, D5 and CC. RGB value is (236,213,204). Sum of RGB (Red+Green+Blue) = 236+213+204=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5CC is #132A33. Grayscale: #DADADA. Windows color (decimal): -1255988 or 13424108. OLE color: 13424108.
HSL color Cylindrical-coordinate representation of color #ECD5CC: hue angle of 16.88º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD5CC is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 204 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.07 |
| HSL | 16.88º | 0.46% | 0.86% | - |
| HSV(B) | 16.88º | 0.14% | 0.93% | - |
| XYZ | 69.29 | 69.78 | 66.94 | - |
| YUV | 218.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 204 | 0 | 0.10 | 0.14 | 0.07 | 16.88 | 0.46 | 0.86 |
| Hex | EC | D5 | CC | 0 | A | E | 7 | 11 | 2E | 56 |
| Octal | 354 | 325 | 314 | 0 | 12 | 16 | 7 | 21 | 56 | 126 |
| Binary | 11101100 | 11010101 | 11001100 | 0 | 1010 | 1110 | 111 | 10001 | 101110 | 1010110 |
Color Harmonies of #ECD5CC
Complementary color
Monochromatic Colors of #ECD5CC
Black with #ECD5CC
Text Example
Text Example
White with #ECD5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5CC; }
p { color: rgb(236,213,204); }
H1.HeaderClassName
{
color: #ECD5CC;
}
.AnyTagClassName
{
color: #ECD5CC;
}
</style>
background-color css
<style>
a { background-color: #ECD5CC; }
a { background-color: rgb(236,213,204); }
div.DivClassName
{
background-color: #ECD5CC;
}
.BgClassName
{
background-color: #ECD5CC;
}
</style>
border-color css
<style>
span { border-color: #ECD5CC; }
span { border-color: rgb(236,213,204); }
td.TdClassName
{
border-color: #ECD5CC;
}
.TagClassName
{
border-color: #ECD5CC;
}
</style>