Shades of Bleach White #EDE1CA
Tints of Bleach White #EDE1CA
RGB
CMYK
RGB Variations
Color information
#EDE1CA (or 0xEDE1CA) is known color: Bleach White. HEX triplet: ED, E1 and CA. RGB value is (237,225,202). Sum of RGB (Red+Green+Blue) = 237+225+202=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1CA is #121E35. Grayscale: #E2E2E2. Windows color (decimal): -1187382 or 13296109. OLE color: 13296109.
HSL color Cylindrical-coordinate representation of color #EDE1CA: hue angle of 39.43º 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 #EDE1CA is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 202 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.07 |
| HSL | 39.43º | 0.49% | 0.86% | - |
| HSV(B) | 39.43º | 0.15% | 0.93% | - |
| XYZ | 72.51 | 76.12 | 66.75 | - |
| YUV | 225.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 202 | 0 | 0.05 | 0.15 | 0.07 | 39.43 | 0.49 | 0.86 |
| Hex | ED | E1 | CA | 0 | 5 | F | 7 | 27 | 31 | 56 |
| Octal | 355 | 341 | 312 | 0 | 5 | 17 | 7 | 47 | 61 | 126 |
| Binary | 11101101 | 11100001 | 11001010 | 0 | 101 | 1111 | 111 | 100111 | 110001 | 1010110 |
Color Harmonies of #EDE1CA
Complementary color
Monochromatic Colors of #EDE1CA
Black with #EDE1CA
Text Example
Text Example
White with #EDE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1CA; }
p { color: rgb(237,225,202); }
H1.HeaderClassName
{
color: #EDE1CA;
}
.AnyTagClassName
{
color: #EDE1CA;
}
</style>
background-color css
<style>
a { background-color: #EDE1CA; }
a { background-color: rgb(237,225,202); }
div.DivClassName
{
background-color: #EDE1CA;
}
.BgClassName
{
background-color: #EDE1CA;
}
</style>
border-color css
<style>
span { border-color: #EDE1CA; }
span { border-color: rgb(237,225,202); }
td.TdClassName
{
border-color: #EDE1CA;
}
.TagClassName
{
border-color: #EDE1CA;
}
</style>