Shades of Bleach White #EDDFC8
Tints of Bleach White #EDDFC8
RGB
CMYK
RGB Variations
Color information
#EDDFC8 (or 0xEDDFC8) is known color: Bleach White. HEX triplet: ED, DF and C8. RGB value is (237,223,200). Sum of RGB (Red+Green+Blue) = 237+223+200=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 200 (78.52% from 255 or 30.30% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFC8 is #122037. Grayscale: #E0E0E0. Windows color (decimal): -1187896 or 13164525. OLE color: 13164525.
HSL color Cylindrical-coordinate representation of color #EDDFC8: hue angle of 37.3º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDDFC8 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 200 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.07 |
| HSL | 37.3º | 0.51% | 0.86% | - |
| HSV(B) | 37.3º | 0.16% | 0.93% | - |
| XYZ | 71.74 | 74.95 | 65.33 | - |
| YUV | 224.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 200 | 0 | 0.06 | 0.16 | 0.07 | 37.3 | 0.51 | 0.86 |
| Hex | ED | DF | C8 | 0 | 6 | 10 | 7 | 25 | 33 | 56 |
| Octal | 355 | 337 | 310 | 0 | 6 | 20 | 7 | 45 | 63 | 126 |
| Binary | 11101101 | 11011111 | 11001000 | 0 | 110 | 10000 | 111 | 100101 | 110011 | 1010110 |
Color Harmonies of #EDDFC8
Complementary color
Monochromatic Colors of #EDDFC8
Black with #EDDFC8
Text Example
Text Example
White with #EDDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFC8; }
p { color: rgb(237,223,200); }
H1.HeaderClassName
{
color: #EDDFC8;
}
.AnyTagClassName
{
color: #EDDFC8;
}
</style>
background-color css
<style>
a { background-color: #EDDFC8; }
a { background-color: rgb(237,223,200); }
div.DivClassName
{
background-color: #EDDFC8;
}
.BgClassName
{
background-color: #EDDFC8;
}
</style>
border-color css
<style>
span { border-color: #EDDFC8; }
span { border-color: rgb(237,223,200); }
td.TdClassName
{
border-color: #EDDFC8;
}
.TagClassName
{
border-color: #EDDFC8;
}
</style>