Shades of Almond #EDDDCC
Tints of Almond #EDDDCC
RGB
CMYK
RGB Variations
Color information
#EDDDCC (or 0xEDDDCC) is known color: Almond. HEX triplet: ED, DD and CC. RGB value is (237,221,204). Sum of RGB (Red+Green+Blue) = 237+221+204=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDCC is #122233. Grayscale: #DFDFDF. Windows color (decimal): -1188404 or 13426157. OLE color: 13426157.
HSL color Cylindrical-coordinate representation of color #EDDDCC: hue angle of 30.91º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDDDCC is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 204 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.07 |
| HSL | 30.91º | 0.48% | 0.86% | - |
| HSV(B) | 30.91º | 0.14% | 0.93% | - |
| XYZ | 71.68 | 74.08 | 67.65 | - |
| YUV | 223.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 204 | 0 | 0.07 | 0.14 | 0.07 | 30.91 | 0.48 | 0.86 |
| Hex | ED | DD | CC | 0 | 7 | E | 7 | 1F | 30 | 56 |
| Octal | 355 | 335 | 314 | 0 | 7 | 16 | 7 | 37 | 60 | 126 |
| Binary | 11101101 | 11011101 | 11001100 | 0 | 111 | 1110 | 111 | 11111 | 110000 | 1010110 |
Color Harmonies of #EDDDCC
Complementary color
Monochromatic Colors of #EDDDCC
Black with #EDDDCC
Text Example
Text Example
White with #EDDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDCC; }
p { color: rgb(237,221,204); }
H1.HeaderClassName
{
color: #EDDDCC;
}
.AnyTagClassName
{
color: #EDDDCC;
}
</style>
background-color css
<style>
a { background-color: #EDDDCC; }
a { background-color: rgb(237,221,204); }
div.DivClassName
{
background-color: #EDDDCC;
}
.BgClassName
{
background-color: #EDDDCC;
}
</style>
border-color css
<style>
span { border-color: #EDDDCC; }
span { border-color: rgb(237,221,204); }
td.TdClassName
{
border-color: #EDDDCC;
}
.TagClassName
{
border-color: #EDDDCC;
}
</style>