Shades of Bleach White #EBDFCC
Tints of Bleach White #EBDFCC
RGB
CMYK
RGB Variations
Color information
#EBDFCC (or 0xEBDFCC) is known color: Bleach White. HEX triplet: EB, DF and CC. RGB value is (235,223,204). Sum of RGB (Red+Green+Blue) = 235+223+204=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFCC is #142033. Grayscale: #E0E0E0. Windows color (decimal): -1318964 or 13426667. OLE color: 13426667.
HSL color Cylindrical-coordinate representation of color #EBDFCC: hue angle of 36.77º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBDFCC is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 204 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.08 |
| HSL | 36.77º | 0.44% | 0.86% | - |
| HSV(B) | 36.77º | 0.13% | 0.92% | - |
| XYZ | 71.55 | 74.8 | 67.79 | - |
| YUV | 224.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 204 | 0 | 0.05 | 0.13 | 0.08 | 36.77 | 0.44 | 0.86 |
| Hex | EB | DF | CC | 0 | 5 | D | 8 | 25 | 2C | 56 |
| Octal | 353 | 337 | 314 | 0 | 5 | 15 | 10 | 45 | 54 | 126 |
| Binary | 11101011 | 11011111 | 11001100 | 0 | 101 | 1101 | 1000 | 100101 | 101100 | 1010110 |
Color Harmonies of #EBDFCC
Complementary color
Monochromatic Colors of #EBDFCC
Black with #EBDFCC
Text Example
Text Example
White with #EBDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFCC; }
p { color: rgb(235,223,204); }
H1.HeaderClassName
{
color: #EBDFCC;
}
.AnyTagClassName
{
color: #EBDFCC;
}
</style>
background-color css
<style>
a { background-color: #EBDFCC; }
a { background-color: rgb(235,223,204); }
div.DivClassName
{
background-color: #EBDFCC;
}
.BgClassName
{
background-color: #EBDFCC;
}
</style>
border-color css
<style>
span { border-color: #EBDFCC; }
span { border-color: rgb(235,223,204); }
td.TdClassName
{
border-color: #EBDFCC;
}
.TagClassName
{
border-color: #EBDFCC;
}
</style>