Shades of Almond #EBDACC
Tints of Almond #EBDACC
RGB
CMYK
RGB Variations
Color information
#EBDACC (or 0xEBDACC) is known color: Almond. HEX triplet: EB, DA and CC. RGB value is (235,218,204). Sum of RGB (Red+Green+Blue) = 235+218+204=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDACC is #142533. Grayscale: #DDDDDD. Windows color (decimal): -1320244 or 13425387. OLE color: 13425387.
HSL color Cylindrical-coordinate representation of color #EBDACC: hue angle of 27.1º 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 #EBDACC is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 204 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.08 |
| HSL | 27.1º | 0.44% | 0.86% | - |
| HSV(B) | 27.1º | 0.13% | 0.92% | - |
| XYZ | 70.23 | 72.16 | 67.35 | - |
| YUV | 221.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 204 | 0 | 0.07 | 0.13 | 0.08 | 27.1 | 0.44 | 0.86 |
| Hex | EB | DA | CC | 0 | 7 | D | 8 | 1B | 2C | 56 |
| Octal | 353 | 332 | 314 | 0 | 7 | 15 | 10 | 33 | 54 | 126 |
| Binary | 11101011 | 11011010 | 11001100 | 0 | 111 | 1101 | 1000 | 11011 | 101100 | 1010110 |
Color Harmonies of #EBDACC
Complementary color
Monochromatic Colors of #EBDACC
Black with #EBDACC
Text Example
Text Example
White with #EBDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDACC; }
p { color: rgb(235,218,204); }
H1.HeaderClassName
{
color: #EBDACC;
}
.AnyTagClassName
{
color: #EBDACC;
}
</style>
background-color css
<style>
a { background-color: #EBDACC; }
a { background-color: rgb(235,218,204); }
div.DivClassName
{
background-color: #EBDACC;
}
.BgClassName
{
background-color: #EBDACC;
}
</style>
border-color css
<style>
span { border-color: #EBDACC; }
span { border-color: rgb(235,218,204); }
td.TdClassName
{
border-color: #EBDACC;
}
.TagClassName
{
border-color: #EBDACC;
}
</style>