Shades of Almond #EBDCCB
Tints of Almond #EBDCCB
RGB
CMYK
RGB Variations
Color information
#EBDCCB (or 0xEBDCCB) is known color: Almond. HEX triplet: EB, DC and CB. RGB value is (235,220,203). Sum of RGB (Red+Green+Blue) = 235+220+203=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCCB is #142334. Grayscale: #DEDEDE. Windows color (decimal): -1319733 or 13360363. OLE color: 13360363.
HSL color Cylindrical-coordinate representation of color #EBDCCB: hue angle of 31.88º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBDCCB is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 203 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.08 |
| HSL | 31.88º | 0.44% | 0.86% | - |
| HSV(B) | 31.88º | 0.14% | 0.92% | - |
| XYZ | 70.63 | 73.16 | 66.9 | - |
| YUV | 222.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 203 | 0 | 0.06 | 0.14 | 0.08 | 31.88 | 0.44 | 0.86 |
| Hex | EB | DC | CB | 0 | 6 | E | 8 | 20 | 2C | 56 |
| Octal | 353 | 334 | 313 | 0 | 6 | 16 | 10 | 40 | 54 | 126 |
| Binary | 11101011 | 11011100 | 11001011 | 0 | 110 | 1110 | 1000 | 100000 | 101100 | 1010110 |
Color Harmonies of #EBDCCB
Complementary color
Monochromatic Colors of #EBDCCB
Black with #EBDCCB
Text Example
Text Example
White with #EBDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCCB; }
p { color: rgb(235,220,203); }
H1.HeaderClassName
{
color: #EBDCCB;
}
.AnyTagClassName
{
color: #EBDCCB;
}
</style>
background-color css
<style>
a { background-color: #EBDCCB; }
a { background-color: rgb(235,220,203); }
div.DivClassName
{
background-color: #EBDCCB;
}
.BgClassName
{
background-color: #EBDCCB;
}
</style>
border-color css
<style>
span { border-color: #EBDCCB; }
span { border-color: rgb(235,220,203); }
td.TdClassName
{
border-color: #EBDCCB;
}
.TagClassName
{
border-color: #EBDCCB;
}
</style>