Shades of Bleach White #EBDDCC
Tints of Bleach White #EBDDCC
RGB
CMYK
RGB Variations
Color information
#EBDDCC (or 0xEBDDCC) is known color: Bleach White. HEX triplet: EB, DD and CC. RGB value is (235,221,204). Sum of RGB (Red+Green+Blue) = 235+221+204=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDCC is #142233. Grayscale: #DFDFDF. Windows color (decimal): -1319476 or 13426155. OLE color: 13426155.
HSL color Cylindrical-coordinate representation of color #EBDDCC: hue angle of 32.9º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBDDCC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 204 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.08 |
| HSL | 32.9º | 0.44% | 0.86% | - |
| HSV(B) | 32.9º | 0.13% | 0.92% | - |
| XYZ | 71.02 | 73.73 | 67.62 | - |
| YUV | 223.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 204 | 0 | 0.06 | 0.13 | 0.08 | 32.9 | 0.44 | 0.86 |
| Hex | EB | DD | CC | 0 | 6 | D | 8 | 21 | 2C | 56 |
| Octal | 353 | 335 | 314 | 0 | 6 | 15 | 10 | 41 | 54 | 126 |
| Binary | 11101011 | 11011101 | 11001100 | 0 | 110 | 1101 | 1000 | 100001 | 101100 | 1010110 |
Color Harmonies of #EBDDCC
Complementary color
Monochromatic Colors of #EBDDCC
Black with #EBDDCC
Text Example
Text Example
White with #EBDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDCC; }
p { color: rgb(235,221,204); }
H1.HeaderClassName
{
color: #EBDDCC;
}
.AnyTagClassName
{
color: #EBDDCC;
}
</style>
background-color css
<style>
a { background-color: #EBDDCC; }
a { background-color: rgb(235,221,204); }
div.DivClassName
{
background-color: #EBDDCC;
}
.BgClassName
{
background-color: #EBDDCC;
}
</style>
border-color css
<style>
span { border-color: #EBDDCC; }
span { border-color: rgb(235,221,204); }
td.TdClassName
{
border-color: #EBDDCC;
}
.TagClassName
{
border-color: #EBDDCC;
}
</style>