Shades of Bleach White #ECE2CD
Tints of Bleach White #ECE2CD
RGB
CMYK
RGB Variations
Color information
#ECE2CD (or 0xECE2CD) is known color: Bleach White. HEX triplet: EC, E2 and CD. RGB value is (236,226,205). Sum of RGB (Red+Green+Blue) = 236+226+205=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2CD is #131D32. Grayscale: #E2E2E2. Windows color (decimal): -1252659 or 13492972. OLE color: 13492972.
HSL color Cylindrical-coordinate representation of color #ECE2CD: hue angle of 40.65º 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 #ECE2CD is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 205 | - |
CMYK | 0 | 0.04 | 0.13 | 0.07 |
HSL | 40.65º | 0.45% | 0.86% | - |
HSV(B) | 40.65º | 0.13% | 0.93% | - |
XYZ | 72.81 | 76.63 | 68.71 | - |
YUV | 226.6 | 115.81 | 134.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 205 | 0 | 0.04 | 0.13 | 0.07 | 40.65 | 0.45 | 0.86 |
Hex | EC | E2 | CD | 0 | 4 | D | 7 | 29 | 2D | 56 |
Octal | 354 | 342 | 315 | 0 | 4 | 15 | 7 | 51 | 55 | 126 |
Binary | 11101100 | 11100010 | 11001101 | 0 | 100 | 1101 | 111 | 101001 | 101101 | 1010110 |
Color Harmonies of #ECE2CD
Complementary color
Monochromatic Colors of #ECE2CD
Black with #ECE2CD
Text Example
Text Example
White with #ECE2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2CD; }
p { color: rgb(236,226,205); }
H1.HeaderClassName
{
color: #ECE2CD;
}
.AnyTagClassName
{
color: #ECE2CD;
}
</style>
background-color css
<style>
a { background-color: #ECE2CD; }
a { background-color: rgb(236,226,205); }
div.DivClassName
{
background-color: #ECE2CD;
}
.BgClassName
{
background-color: #ECE2CD;
}
</style>
border-color css
<style>
span { border-color: #ECE2CD; }
span { border-color: rgb(236,226,205); }
td.TdClassName
{
border-color: #ECE2CD;
}
.TagClassName
{
border-color: #ECE2CD;
}
</style>