Shades of Almond #E6D9CC
Tints of Almond #E6D9CC
RGB
CMYK
RGB Variations
Color information
#E6D9CC (or 0xE6D9CC) is known color: Almond. HEX triplet: E6, D9 and CC. RGB value is (230,217,204). Sum of RGB (Red+Green+Blue) = 230+217+204=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D9CC is #192633. Grayscale: #DBDBDB. Windows color (decimal): -1648180 or 13425126. OLE color: 13425126.
HSL color Cylindrical-coordinate representation of color #E6D9CC: hue angle of 30º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6D9CC is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 217 | 204 | - |
CMYK | 0 | 0.06 | 0.11 | 0.10 |
HSL | 30º | 0.34% | 0.85% | - |
HSV(B) | 30º | 0.11% | 0.9% | - |
XYZ | 68.35 | 70.81 | 67.19 | - |
YUV | 219.41 | 119.31 | 135.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 217 | 204 | 0 | 0.06 | 0.11 | 0.10 | 30 | 0.34 | 0.85 |
Hex | E6 | D9 | CC | 0 | 6 | B | A | 1E | 22 | 55 |
Octal | 346 | 331 | 314 | 0 | 6 | 13 | 12 | 36 | 42 | 125 |
Binary | 11100110 | 11011001 | 11001100 | 0 | 110 | 1011 | 1010 | 11110 | 100010 | 1010101 |
Color Harmonies of #E6D9CC
Complementary color
Monochromatic Colors of #E6D9CC
Black with #E6D9CC
Text Example
Text Example
White with #E6D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D9CC; }
p { color: rgb(230,217,204); }
H1.HeaderClassName
{
color: #E6D9CC;
}
.AnyTagClassName
{
color: #E6D9CC;
}
</style>
background-color css
<style>
a { background-color: #E6D9CC; }
a { background-color: rgb(230,217,204); }
div.DivClassName
{
background-color: #E6D9CC;
}
.BgClassName
{
background-color: #E6D9CC;
}
</style>
border-color css
<style>
span { border-color: #E6D9CC; }
span { border-color: rgb(230,217,204); }
td.TdClassName
{
border-color: #E6D9CC;
}
.TagClassName
{
border-color: #E6D9CC;
}
</style>