Shades of Bleach White #EBDFCD
Tints of Bleach White #EBDFCD
RGB
CMYK
RGB Variations
Color information
#EBDFCD (or 0xEBDFCD) is known color: Bleach White. HEX triplet: EB, DF and CD. RGB value is (235,223,205). Sum of RGB (Red+Green+Blue) = 235+223+205=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFCD is #142032. Grayscale: #E0E0E0. Windows color (decimal): -1318963 or 13492203. OLE color: 13492203.
HSL color Cylindrical-coordinate representation of color #EBDFCD: hue angle of 36º degrees, saturation: 0.43, 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 #EBDFCD is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 205 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.08 |
| HSL | 36º | 0.43% | 0.86% | - |
| HSV(B) | 36º | 0.13% | 0.92% | - |
| XYZ | 71.67 | 74.85 | 68.43 | - |
| YUV | 224.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 205 | 0 | 0.05 | 0.13 | 0.08 | 36 | 0.43 | 0.86 |
| Hex | EB | DF | CD | 0 | 5 | D | 8 | 24 | 2B | 56 |
| Octal | 353 | 337 | 315 | 0 | 5 | 15 | 10 | 44 | 53 | 126 |
| Binary | 11101011 | 11011111 | 11001101 | 0 | 101 | 1101 | 1000 | 100100 | 101011 | 1010110 |
Color Harmonies of #EBDFCD
Complementary color
Monochromatic Colors of #EBDFCD
Black with #EBDFCD
Text Example
Text Example
White with #EBDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFCD; }
p { color: rgb(235,223,205); }
H1.HeaderClassName
{
color: #EBDFCD;
}
.AnyTagClassName
{
color: #EBDFCD;
}
</style>
background-color css
<style>
a { background-color: #EBDFCD; }
a { background-color: rgb(235,223,205); }
div.DivClassName
{
background-color: #EBDFCD;
}
.BgClassName
{
background-color: #EBDFCD;
}
</style>
border-color css
<style>
span { border-color: #EBDFCD; }
span { border-color: rgb(235,223,205); }
td.TdClassName
{
border-color: #EBDFCD;
}
.TagClassName
{
border-color: #EBDFCD;
}
</style>