Shades of Bleach White #EDE0CD
Tints of Bleach White #EDE0CD
RGB
CMYK
RGB Variations
Color information
#EDE0CD (or 0xEDE0CD) is known color: Bleach White. HEX triplet: ED, E0 and CD. RGB value is (237,224,205). Sum of RGB (Red+Green+Blue) = 237+224+205=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0CD is #121F32. Grayscale: #E1E1E1. Windows color (decimal): -1187635 or 13492461. OLE color: 13492461.
HSL color Cylindrical-coordinate representation of color #EDE0CD: hue angle of 35.62º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDE0CD is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 205 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.07 |
| HSL | 35.63º | 0.47% | 0.87% | - |
| HSV(B) | 35.63º | 0.14% | 0.93% | - |
| XYZ | 72.6 | 75.72 | 68.55 | - |
| YUV | 225.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 205 | 0 | 0.05 | 0.14 | 0.07 | 35.63 | 0.47 | 0.87 |
| Hex | ED | E0 | CD | 0 | 5 | E | 7 | 24 | 2F | 57 |
| Octal | 355 | 340 | 315 | 0 | 5 | 16 | 7 | 44 | 57 | 127 |
| Binary | 11101101 | 11100000 | 11001101 | 0 | 101 | 1110 | 111 | 100100 | 101111 | 1010111 |
Color Harmonies of #EDE0CD
Complementary color
Monochromatic Colors of #EDE0CD
Black with #EDE0CD
Text Example
Text Example
White with #EDE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0CD; }
p { color: rgb(237,224,205); }
H1.HeaderClassName
{
color: #EDE0CD;
}
.AnyTagClassName
{
color: #EDE0CD;
}
</style>
background-color css
<style>
a { background-color: #EDE0CD; }
a { background-color: rgb(237,224,205); }
div.DivClassName
{
background-color: #EDE0CD;
}
.BgClassName
{
background-color: #EDE0CD;
}
</style>
border-color css
<style>
span { border-color: #EDE0CD; }
span { border-color: rgb(237,224,205); }
td.TdClassName
{
border-color: #EDE0CD;
}
.TagClassName
{
border-color: #EDE0CD;
}
</style>