Shades of Bleach White #EDE0CA
Tints of Bleach White #EDE0CA
RGB
CMYK
RGB Variations
Color information
#EDE0CA (or 0xEDE0CA) is known color: Bleach White. HEX triplet: ED, E0 and CA. RGB value is (237,224,202). Sum of RGB (Red+Green+Blue) = 237+224+202=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0CA is #121F35. Grayscale: #E1E1E1. Windows color (decimal): -1187638 or 13295853. OLE color: 13295853.
HSL color Cylindrical-coordinate representation of color #EDE0CA: hue angle of 37.71º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDE0CA is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 202 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.07 |
| HSL | 37.71º | 0.49% | 0.86% | - |
| HSV(B) | 37.71º | 0.15% | 0.93% | - |
| XYZ | 72.24 | 75.58 | 66.66 | - |
| YUV | 225.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 202 | 0 | 0.05 | 0.15 | 0.07 | 37.71 | 0.49 | 0.86 |
| Hex | ED | E0 | CA | 0 | 5 | F | 7 | 26 | 31 | 56 |
| Octal | 355 | 340 | 312 | 0 | 5 | 17 | 7 | 46 | 61 | 126 |
| Binary | 11101101 | 11100000 | 11001010 | 0 | 101 | 1111 | 111 | 100110 | 110001 | 1010110 |
Color Harmonies of #EDE0CA
Complementary color
Monochromatic Colors of #EDE0CA
Black with #EDE0CA
Text Example
Text Example
White with #EDE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0CA; }
p { color: rgb(237,224,202); }
H1.HeaderClassName
{
color: #EDE0CA;
}
.AnyTagClassName
{
color: #EDE0CA;
}
</style>
background-color css
<style>
a { background-color: #EDE0CA; }
a { background-color: rgb(237,224,202); }
div.DivClassName
{
background-color: #EDE0CA;
}
.BgClassName
{
background-color: #EDE0CA;
}
</style>
border-color css
<style>
span { border-color: #EDE0CA; }
span { border-color: rgb(237,224,202); }
td.TdClassName
{
border-color: #EDE0CA;
}
.TagClassName
{
border-color: #EDE0CA;
}
</style>