Shades of Almond #EADCCC
Tints of Almond #EADCCC
RGB
CMYK
RGB Variations
Color information
#EADCCC (or 0xEADCCC) is known color: Almond. HEX triplet: EA, DC and CC. RGB value is (234,220,204). Sum of RGB (Red+Green+Blue) = 234+220+204=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCCC is #152333. Grayscale: #DEDEDE. Windows color (decimal): -1385268 or 13425898. OLE color: 13425898.
HSL color Cylindrical-coordinate representation of color #EADCCC: hue angle of 32º degrees, saturation: 0.42, 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 #EADCCC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 204 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.08 |
| HSL | 32º | 0.42% | 0.86% | - |
| HSV(B) | 32º | 0.13% | 0.92% | - |
| XYZ | 70.42 | 73.04 | 67.51 | - |
| YUV | 222.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 204 | 0 | 0.06 | 0.13 | 0.08 | 32 | 0.42 | 0.86 |
| Hex | EA | DC | CC | 0 | 6 | D | 8 | 20 | 2A | 56 |
| Octal | 352 | 334 | 314 | 0 | 6 | 15 | 10 | 40 | 52 | 126 |
| Binary | 11101010 | 11011100 | 11001100 | 0 | 110 | 1101 | 1000 | 100000 | 101010 | 1010110 |
Color Harmonies of #EADCCC
Complementary color
Monochromatic Colors of #EADCCC
Black with #EADCCC
Text Example
Text Example
White with #EADCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCCC; }
p { color: rgb(234,220,204); }
H1.HeaderClassName
{
color: #EADCCC;
}
.AnyTagClassName
{
color: #EADCCC;
}
</style>
background-color css
<style>
a { background-color: #EADCCC; }
a { background-color: rgb(234,220,204); }
div.DivClassName
{
background-color: #EADCCC;
}
.BgClassName
{
background-color: #EADCCC;
}
</style>
border-color css
<style>
span { border-color: #EADCCC; }
span { border-color: rgb(234,220,204); }
td.TdClassName
{
border-color: #EADCCC;
}
.TagClassName
{
border-color: #EADCCC;
}
</style>