Shades of Almond #EBD6C6
Tints of Almond #EBD6C6
RGB
CMYK
RGB Variations
Color information
#EBD6C6 (or 0xEBD6C6) is known color: Almond. HEX triplet: EB, D6 and C6. RGB value is (235,214,198). Sum of RGB (Red+Green+Blue) = 235+214+198=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 198 (77.73% from 255 or 30.60% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6C6 is #142939. Grayscale: #DADADA. Windows color (decimal): -1321274 or 13031147. OLE color: 13031147.
HSL color Cylindrical-coordinate representation of color #EBD6C6: hue angle of 25.95º 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 #EBD6C6 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 214 | 198 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.08 |
| HSL | 25.95º | 0.48% | 0.85% | - |
| HSV(B) | 25.95º | 0.16% | 0.92% | - |
| XYZ | 68.5 | 69.83 | 63.29 | - |
| YUV | 218.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 214 | 198 | 0 | 0.09 | 0.16 | 0.08 | 25.95 | 0.48 | 0.85 |
| Hex | EB | D6 | C6 | 0 | 9 | 10 | 8 | 1A | 30 | 55 |
| Octal | 353 | 326 | 306 | 0 | 11 | 20 | 10 | 32 | 60 | 125 |
| Binary | 11101011 | 11010110 | 11000110 | 0 | 1001 | 10000 | 1000 | 11010 | 110000 | 1010101 |
Color Harmonies of #EBD6C6
Complementary color
Monochromatic Colors of #EBD6C6
Black with #EBD6C6
Text Example
Text Example
White with #EBD6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD6C6; }
p { color: rgb(235,214,198); }
H1.HeaderClassName
{
color: #EBD6C6;
}
.AnyTagClassName
{
color: #EBD6C6;
}
</style>
background-color css
<style>
a { background-color: #EBD6C6; }
a { background-color: rgb(235,214,198); }
div.DivClassName
{
background-color: #EBD6C6;
}
.BgClassName
{
background-color: #EBD6C6;
}
</style>
border-color css
<style>
span { border-color: #EBD6C6; }
span { border-color: rgb(235,214,198); }
td.TdClassName
{
border-color: #EBD6C6;
}
.TagClassName
{
border-color: #EBD6C6;
}
</style>