Shades of Almond #E6D8CA
Tints of Almond #E6D8CA
RGB
CMYK
RGB Variations
Color information
#E6D8CA (or 0xE6D8CA) is known color: Almond. HEX triplet: E6, D8 and CA. RGB value is (230,216,202). Sum of RGB (Red+Green+Blue) = 230+216+202=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D8CA is #192735. Grayscale: #DADADA. Windows color (decimal): -1648438 or 13293798. OLE color: 13293798.
HSL color Cylindrical-coordinate representation of color #E6D8CA: hue angle of 30º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6D8CA is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 202 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.10 |
| HSL | 30º | 0.36% | 0.85% | - |
| HSV(B) | 30º | 0.12% | 0.9% | - |
| XYZ | 67.85 | 70.2 | 65.85 | - |
| YUV | 218.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 202 | 0 | 0.06 | 0.12 | 0.10 | 30 | 0.36 | 0.85 |
| Hex | E6 | D8 | CA | 0 | 6 | C | A | 1E | 24 | 55 |
| Octal | 346 | 330 | 312 | 0 | 6 | 14 | 12 | 36 | 44 | 125 |
| Binary | 11100110 | 11011000 | 11001010 | 0 | 110 | 1100 | 1010 | 11110 | 100100 | 1010101 |
Color Harmonies of #E6D8CA
Complementary color
Monochromatic Colors of #E6D8CA
Black with #E6D8CA
Text Example
Text Example
White with #E6D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D8CA; }
p { color: rgb(230,216,202); }
H1.HeaderClassName
{
color: #E6D8CA;
}
.AnyTagClassName
{
color: #E6D8CA;
}
</style>
background-color css
<style>
a { background-color: #E6D8CA; }
a { background-color: rgb(230,216,202); }
div.DivClassName
{
background-color: #E6D8CA;
}
.BgClassName
{
background-color: #E6D8CA;
}
</style>
border-color css
<style>
span { border-color: #E6D8CA; }
span { border-color: rgb(230,216,202); }
td.TdClassName
{
border-color: #E6D8CA;
}
.TagClassName
{
border-color: #E6D8CA;
}
</style>