Shades of Bizarre #ECD2C6
Tints of Bizarre #ECD2C6
RGB
CMYK
RGB Variations
Color information
#ECD2C6 (or 0xECD2C6) is known color: Bizarre. HEX triplet: EC, D2 and C6. RGB value is (236,210,198). Sum of RGB (Red+Green+Blue) = 236+210+198=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 210 (82.42% from 255 or 32.61% from 644); Blue value is 198 (77.73% from 255 or 30.75% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2C6 is #132D39. Grayscale: #D8D8D8. Windows color (decimal): -1256762 or 13030124. OLE color: 13030124.
HSL color Cylindrical-coordinate representation of color #ECD2C6: hue angle of 18.95º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECD2C6 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 198 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.07 |
| HSL | 18.95º | 0.5% | 0.85% | - |
| HSV(B) | 18.95º | 0.16% | 0.93% | - |
| XYZ | 67.83 | 68 | 62.98 | - |
| YUV | 216.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 198 | 0 | 0.11 | 0.16 | 0.07 | 18.95 | 0.5 | 0.85 |
| Hex | EC | D2 | C6 | 0 | B | 10 | 7 | 13 | 32 | 55 |
| Octal | 354 | 322 | 306 | 0 | 13 | 20 | 7 | 23 | 62 | 125 |
| Binary | 11101100 | 11010010 | 11000110 | 0 | 1011 | 10000 | 111 | 10011 | 110010 | 1010101 |
Color Harmonies of #ECD2C6
Complementary color
Monochromatic Colors of #ECD2C6
Black with #ECD2C6
Text Example
Text Example
White with #ECD2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2C6; }
p { color: rgb(236,210,198); }
H1.HeaderClassName
{
color: #ECD2C6;
}
.AnyTagClassName
{
color: #ECD2C6;
}
</style>
background-color css
<style>
a { background-color: #ECD2C6; }
a { background-color: rgb(236,210,198); }
div.DivClassName
{
background-color: #ECD2C6;
}
.BgClassName
{
background-color: #ECD2C6;
}
</style>
border-color css
<style>
span { border-color: #ECD2C6; }
span { border-color: rgb(236,210,198); }
td.TdClassName
{
border-color: #ECD2C6;
}
.TagClassName
{
border-color: #ECD2C6;
}
</style>