Shades of Bleach White #EADDCC
Tints of Bleach White #EADDCC
RGB
CMYK
RGB Variations
Color information
#EADDCC (or 0xEADDCC) is known color: Bleach White. HEX triplet: EA, DD and CC. RGB value is (234,221,204). Sum of RGB (Red+Green+Blue) = 234+221+204=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDCC is #152233. Grayscale: #DFDFDF. Windows color (decimal): -1385012 or 13426154. OLE color: 13426154.
HSL color Cylindrical-coordinate representation of color #EADDCC: hue angle of 34º degrees, saturation: 0.42, 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 #EADDCC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 204 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.08 |
| HSL | 34º | 0.42% | 0.86% | - |
| HSV(B) | 34º | 0.13% | 0.92% | - |
| XYZ | 70.69 | 73.56 | 67.6 | - |
| YUV | 222.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 204 | 0 | 0.06 | 0.13 | 0.08 | 34 | 0.42 | 0.86 |
| Hex | EA | DD | CC | 0 | 6 | D | 8 | 22 | 2A | 56 |
| Octal | 352 | 335 | 314 | 0 | 6 | 15 | 10 | 42 | 52 | 126 |
| Binary | 11101010 | 11011101 | 11001100 | 0 | 110 | 1101 | 1000 | 100010 | 101010 | 1010110 |
Color Harmonies of #EADDCC
Complementary color
Monochromatic Colors of #EADDCC
Black with #EADDCC
Text Example
Text Example
White with #EADDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDCC; }
p { color: rgb(234,221,204); }
H1.HeaderClassName
{
color: #EADDCC;
}
.AnyTagClassName
{
color: #EADDCC;
}
</style>
background-color css
<style>
a { background-color: #EADDCC; }
a { background-color: rgb(234,221,204); }
div.DivClassName
{
background-color: #EADDCC;
}
.BgClassName
{
background-color: #EADDCC;
}
</style>
border-color css
<style>
span { border-color: #EADDCC; }
span { border-color: rgb(234,221,204); }
td.TdClassName
{
border-color: #EADDCC;
}
.TagClassName
{
border-color: #EADDCC;
}
</style>