Shades of Bleach White #ECDFCC
Tints of Bleach White #ECDFCC
RGB
CMYK
RGB Variations
Color information
#ECDFCC (or 0xECDFCC) is known color: Bleach White. HEX triplet: EC, DF and CC. RGB value is (236,223,204). Sum of RGB (Red+Green+Blue) = 236+223+204=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFCC is #132033. Grayscale: #E0E0E0. Windows color (decimal): -1253428 or 13426668. OLE color: 13426668.
HSL color Cylindrical-coordinate representation of color #ECDFCC: hue angle of 35.62º 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 #ECDFCC is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 204 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.07 |
| HSL | 35.63º | 0.46% | 0.86% | - |
| HSV(B) | 35.63º | 0.14% | 0.93% | - |
| XYZ | 71.88 | 74.97 | 67.81 | - |
| YUV | 224.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 204 | 0 | 0.06 | 0.14 | 0.07 | 35.63 | 0.46 | 0.86 |
| Hex | EC | DF | CC | 0 | 6 | E | 7 | 24 | 2E | 56 |
| Octal | 354 | 337 | 314 | 0 | 6 | 16 | 7 | 44 | 56 | 126 |
| Binary | 11101100 | 11011111 | 11001100 | 0 | 110 | 1110 | 111 | 100100 | 101110 | 1010110 |
Color Harmonies of #ECDFCC
Complementary color
Monochromatic Colors of #ECDFCC
Black with #ECDFCC
Text Example
Text Example
White with #ECDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFCC; }
p { color: rgb(236,223,204); }
H1.HeaderClassName
{
color: #ECDFCC;
}
.AnyTagClassName
{
color: #ECDFCC;
}
</style>
background-color css
<style>
a { background-color: #ECDFCC; }
a { background-color: rgb(236,223,204); }
div.DivClassName
{
background-color: #ECDFCC;
}
.BgClassName
{
background-color: #ECDFCC;
}
</style>
border-color css
<style>
span { border-color: #ECDFCC; }
span { border-color: rgb(236,223,204); }
td.TdClassName
{
border-color: #ECDFCC;
}
.TagClassName
{
border-color: #ECDFCC;
}
</style>