Shades of Bleach White #EDE2CE
Tints of Bleach White #EDE2CE
RGB
CMYK
RGB Variations
Color information
#EDE2CE (or 0xEDE2CE) is known color: Bleach White. HEX triplet: ED, E2 and CE. RGB value is (237,226,206). Sum of RGB (Red+Green+Blue) = 237+226+206=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2CE is #121D31. Grayscale: #E3E3E3. Windows color (decimal): -1187122 or 13558509. OLE color: 13558509.
HSL color Cylindrical-coordinate representation of color #EDE2CE: hue angle of 38.71º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDE2CE is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 206 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.07 |
| HSL | 38.71º | 0.46% | 0.87% | - |
| HSV(B) | 38.71º | 0.13% | 0.93% | - |
| XYZ | 73.26 | 76.85 | 69.37 | - |
| YUV | 227.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 206 | 0 | 0.05 | 0.13 | 0.07 | 38.71 | 0.46 | 0.87 |
| Hex | ED | E2 | CE | 0 | 5 | D | 7 | 27 | 2E | 57 |
| Octal | 355 | 342 | 316 | 0 | 5 | 15 | 7 | 47 | 56 | 127 |
| Binary | 11101101 | 11100010 | 11001110 | 0 | 101 | 1101 | 111 | 100111 | 101110 | 1010111 |
Color Harmonies of #EDE2CE
Complementary color
Monochromatic Colors of #EDE2CE
Black with #EDE2CE
Text Example
Text Example
White with #EDE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2CE; }
p { color: rgb(237,226,206); }
H1.HeaderClassName
{
color: #EDE2CE;
}
.AnyTagClassName
{
color: #EDE2CE;
}
</style>
background-color css
<style>
a { background-color: #EDE2CE; }
a { background-color: rgb(237,226,206); }
div.DivClassName
{
background-color: #EDE2CE;
}
.BgClassName
{
background-color: #EDE2CE;
}
</style>
border-color css
<style>
span { border-color: #EDE2CE; }
span { border-color: rgb(237,226,206); }
td.TdClassName
{
border-color: #EDE2CE;
}
.TagClassName
{
border-color: #EDE2CE;
}
</style>