Shades of Bleach White #ECE0CD
Tints of Bleach White #ECE0CD
RGB
CMYK
RGB Variations
Color information
#ECE0CD (or 0xECE0CD) is known color: Bleach White. HEX triplet: EC, E0 and CD. RGB value is (236,224,205). Sum of RGB (Red+Green+Blue) = 236+224+205=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0CD is #131F32. Grayscale: #E1E1E1. Windows color (decimal): -1253171 or 13492460. OLE color: 13492460.
HSL color Cylindrical-coordinate representation of color #ECE0CD: hue angle of 36.77º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECE0CD is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 205 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.07 |
| HSL | 36.77º | 0.45% | 0.86% | - |
| HSV(B) | 36.77º | 0.13% | 0.93% | - |
| XYZ | 72.27 | 75.55 | 68.53 | - |
| YUV | 225.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 205 | 0 | 0.05 | 0.13 | 0.07 | 36.77 | 0.45 | 0.86 |
| Hex | EC | E0 | CD | 0 | 5 | D | 7 | 25 | 2D | 56 |
| Octal | 354 | 340 | 315 | 0 | 5 | 15 | 7 | 45 | 55 | 126 |
| Binary | 11101100 | 11100000 | 11001101 | 0 | 101 | 1101 | 111 | 100101 | 101101 | 1010110 |
Color Harmonies of #ECE0CD
Complementary color
Monochromatic Colors of #ECE0CD
Black with #ECE0CD
Text Example
Text Example
White with #ECE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0CD; }
p { color: rgb(236,224,205); }
H1.HeaderClassName
{
color: #ECE0CD;
}
.AnyTagClassName
{
color: #ECE0CD;
}
</style>
background-color css
<style>
a { background-color: #ECE0CD; }
a { background-color: rgb(236,224,205); }
div.DivClassName
{
background-color: #ECE0CD;
}
.BgClassName
{
background-color: #ECE0CD;
}
</style>
border-color css
<style>
span { border-color: #ECE0CD; }
span { border-color: rgb(236,224,205); }
td.TdClassName
{
border-color: #ECE0CD;
}
.TagClassName
{
border-color: #ECE0CD;
}
</style>