Shades of Bleach White #EDDECB
Tints of Bleach White #EDDECB
RGB
CMYK
RGB Variations
Color information
#EDDECB (or 0xEDDECB) is known color: Bleach White. HEX triplet: ED, DE and CB. RGB value is (237,222,203). Sum of RGB (Red+Green+Blue) = 237+222+203=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDECB is #122134. Grayscale: #E0E0E0. Windows color (decimal): -1188149 or 13360877. OLE color: 13360877.
HSL color Cylindrical-coordinate representation of color #EDDECB: hue angle of 33.53º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDDECB is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 222 | 203 | - |
CMYK | 0 | 0.06 | 0.14 | 0.07 |
HSL | 33.53º | 0.49% | 0.86% | - |
HSV(B) | 33.53º | 0.14% | 0.93% | - |
XYZ | 71.83 | 74.56 | 67.11 | - |
YUV | 224.32 | 115.97 | 137.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 222 | 203 | 0 | 0.06 | 0.14 | 0.07 | 33.53 | 0.49 | 0.86 |
Hex | ED | DE | CB | 0 | 6 | E | 7 | 22 | 31 | 56 |
Octal | 355 | 336 | 313 | 0 | 6 | 16 | 7 | 42 | 61 | 126 |
Binary | 11101101 | 11011110 | 11001011 | 0 | 110 | 1110 | 111 | 100010 | 110001 | 1010110 |
Color Harmonies of #EDDECB
Complementary color
Monochromatic Colors of #EDDECB
Black with #EDDECB
Text Example
Text Example
White with #EDDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDECB; }
p { color: rgb(237,222,203); }
H1.HeaderClassName
{
color: #EDDECB;
}
.AnyTagClassName
{
color: #EDDECB;
}
</style>
background-color css
<style>
a { background-color: #EDDECB; }
a { background-color: rgb(237,222,203); }
div.DivClassName
{
background-color: #EDDECB;
}
.BgClassName
{
background-color: #EDDECB;
}
</style>
border-color css
<style>
span { border-color: #EDDECB; }
span { border-color: rgb(237,222,203); }
td.TdClassName
{
border-color: #EDDECB;
}
.TagClassName
{
border-color: #EDDECB;
}
</style>