Shades of Almond #EBD7C6
Tints of Almond #EBD7C6
RGB
CMYK
RGB Variations
Color information
#EBD7C6 (or 0xEBD7C6) is known color: Almond. HEX triplet: EB, D7 and C6. RGB value is (235,215,198). Sum of RGB (Red+Green+Blue) = 235+215+198=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 198 (77.73% from 255 or 30.56% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7C6 is #142839. Grayscale: #DBDBDB. Windows color (decimal): -1321018 or 13031403. OLE color: 13031403.
HSL color Cylindrical-coordinate representation of color #EBD7C6: hue angle of 27.57º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBD7C6 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 215 | 198 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.08 |
| HSL | 27.57º | 0.48% | 0.85% | - |
| HSV(B) | 27.57º | 0.16% | 0.92% | - |
| XYZ | 68.75 | 70.34 | 63.38 | - |
| YUV | 219.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 215 | 198 | 0 | 0.09 | 0.16 | 0.08 | 27.57 | 0.48 | 0.85 |
| Hex | EB | D7 | C6 | 0 | 9 | 10 | 8 | 1C | 30 | 55 |
| Octal | 353 | 327 | 306 | 0 | 11 | 20 | 10 | 34 | 60 | 125 |
| Binary | 11101011 | 11010111 | 11000110 | 0 | 1001 | 10000 | 1000 | 11100 | 110000 | 1010101 |
Color Harmonies of #EBD7C6
Complementary color
Monochromatic Colors of #EBD7C6
Black with #EBD7C6
Text Example
Text Example
White with #EBD7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD7C6; }
p { color: rgb(235,215,198); }
H1.HeaderClassName
{
color: #EBD7C6;
}
.AnyTagClassName
{
color: #EBD7C6;
}
</style>
background-color css
<style>
a { background-color: #EBD7C6; }
a { background-color: rgb(235,215,198); }
div.DivClassName
{
background-color: #EBD7C6;
}
.BgClassName
{
background-color: #EBD7C6;
}
</style>
border-color css
<style>
span { border-color: #EBD7C6; }
span { border-color: rgb(235,215,198); }
td.TdClassName
{
border-color: #EBD7C6;
}
.TagClassName
{
border-color: #EBD7C6;
}
</style>