Shades of Bizarre #ECD5CB
Tints of Bizarre #ECD5CB
RGB
CMYK
RGB Variations
Color information
#ECD5CB (or 0xECD5CB) is known color: Bizarre. HEX triplet: EC, D5 and CB. RGB value is (236,213,203). Sum of RGB (Red+Green+Blue) = 236+213+203=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5CB is #132A34. Grayscale: #DADADA. Windows color (decimal): -1255989 or 13358572. OLE color: 13358572.
HSL color Cylindrical-coordinate representation of color #ECD5CB: hue angle of 18.18º 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 #ECD5CB is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 203 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.07 |
| HSL | 18.18º | 0.46% | 0.86% | - |
| HSV(B) | 18.18º | 0.14% | 0.93% | - |
| XYZ | 69.17 | 69.73 | 66.31 | - |
| YUV | 218.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 203 | 0 | 0.10 | 0.14 | 0.07 | 18.18 | 0.46 | 0.86 |
| Hex | EC | D5 | CB | 0 | A | E | 7 | 12 | 2E | 56 |
| Octal | 354 | 325 | 313 | 0 | 12 | 16 | 7 | 22 | 56 | 126 |
| Binary | 11101100 | 11010101 | 11001011 | 0 | 1010 | 1110 | 111 | 10010 | 101110 | 1010110 |
Color Harmonies of #ECD5CB
Complementary color
Monochromatic Colors of #ECD5CB
Black with #ECD5CB
Text Example
Text Example
White with #ECD5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5CB; }
p { color: rgb(236,213,203); }
H1.HeaderClassName
{
color: #ECD5CB;
}
.AnyTagClassName
{
color: #ECD5CB;
}
</style>
background-color css
<style>
a { background-color: #ECD5CB; }
a { background-color: rgb(236,213,203); }
div.DivClassName
{
background-color: #ECD5CB;
}
.BgClassName
{
background-color: #ECD5CB;
}
</style>
border-color css
<style>
span { border-color: #ECD5CB; }
span { border-color: rgb(236,213,203); }
td.TdClassName
{
border-color: #ECD5CB;
}
.TagClassName
{
border-color: #ECD5CB;
}
</style>