Shades of Almond #EDDACB
Tints of Almond #EDDACB
RGB
CMYK
RGB Variations
Color information
#EDDACB (or 0xEDDACB) is known color: Almond. HEX triplet: ED, DA and CB. RGB value is (237,218,203). Sum of RGB (Red+Green+Blue) = 237+218+203=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDACB is #122534. Grayscale: #DEDEDE. Windows color (decimal): -1189173 or 13359853. OLE color: 13359853.
HSL color Cylindrical-coordinate representation of color #EDDACB: hue angle of 26.47º degrees, saturation: 0.49, 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 #EDDACB is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 218 | 203 | - |
CMYK | 0 | 0.08 | 0.14 | 0.07 |
HSL | 26.47º | 0.49% | 0.86% | - |
HSV(B) | 26.47º | 0.14% | 0.93% | - |
XYZ | 70.78 | 72.46 | 66.76 | - |
YUV | 221.97 | 117.29 | 138.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 218 | 203 | 0 | 0.08 | 0.14 | 0.07 | 26.47 | 0.49 | 0.86 |
Hex | ED | DA | CB | 0 | 8 | E | 7 | 1A | 31 | 56 |
Octal | 355 | 332 | 313 | 0 | 10 | 16 | 7 | 32 | 61 | 126 |
Binary | 11101101 | 11011010 | 11001011 | 0 | 1000 | 1110 | 111 | 11010 | 110001 | 1010110 |
Color Harmonies of #EDDACB
Complementary color
Monochromatic Colors of #EDDACB
Black with #EDDACB
Text Example
Text Example
White with #EDDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDACB; }
p { color: rgb(237,218,203); }
H1.HeaderClassName
{
color: #EDDACB;
}
.AnyTagClassName
{
color: #EDDACB;
}
</style>
background-color css
<style>
a { background-color: #EDDACB; }
a { background-color: rgb(237,218,203); }
div.DivClassName
{
background-color: #EDDACB;
}
.BgClassName
{
background-color: #EDDACB;
}
</style>
border-color css
<style>
span { border-color: #EDDACB; }
span { border-color: rgb(237,218,203); }
td.TdClassName
{
border-color: #EDDACB;
}
.TagClassName
{
border-color: #EDDACB;
}
</style>