Shades of Bleach White #ECE1CD
Tints of Bleach White #ECE1CD
RGB
CMYK
RGB Variations
Color information
#ECE1CD (or 0xECE1CD) is known color: Bleach White. HEX triplet: EC, E1 and CD. RGB value is (236,225,205). Sum of RGB (Red+Green+Blue) = 236+225+205=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1CD is #131E32. Grayscale: #E2E2E2. Windows color (decimal): -1252915 or 13492716. OLE color: 13492716.
HSL color Cylindrical-coordinate representation of color #ECE1CD: hue angle of 38.71º 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 #ECE1CD is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 205 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.07 |
| HSL | 38.71º | 0.45% | 0.86% | - |
| HSV(B) | 38.71º | 0.13% | 0.93% | - |
| XYZ | 72.54 | 76.09 | 68.62 | - |
| YUV | 226.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 205 | 0 | 0.05 | 0.13 | 0.07 | 38.71 | 0.45 | 0.86 |
| Hex | EC | E1 | CD | 0 | 5 | D | 7 | 27 | 2D | 56 |
| Octal | 354 | 341 | 315 | 0 | 5 | 15 | 7 | 47 | 55 | 126 |
| Binary | 11101100 | 11100001 | 11001101 | 0 | 101 | 1101 | 111 | 100111 | 101101 | 1010110 |
Color Harmonies of #ECE1CD
Complementary color
Monochromatic Colors of #ECE1CD
Black with #ECE1CD
Text Example
Text Example
White with #ECE1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1CD; }
p { color: rgb(236,225,205); }
H1.HeaderClassName
{
color: #ECE1CD;
}
.AnyTagClassName
{
color: #ECE1CD;
}
</style>
background-color css
<style>
a { background-color: #ECE1CD; }
a { background-color: rgb(236,225,205); }
div.DivClassName
{
background-color: #ECE1CD;
}
.BgClassName
{
background-color: #ECE1CD;
}
</style>
border-color css
<style>
span { border-color: #ECE1CD; }
span { border-color: rgb(236,225,205); }
td.TdClassName
{
border-color: #ECE1CD;
}
.TagClassName
{
border-color: #ECE1CD;
}
</style>