Shades of Almond #EDDDCB
Tints of Almond #EDDDCB
RGB
CMYK
RGB Variations
Color information
#EDDDCB (or 0xEDDDCB) is known color: Almond. HEX triplet: ED, DD and CB. RGB value is (237,221,203). Sum of RGB (Red+Green+Blue) = 237+221+203=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDCB is #122234. Grayscale: #DFDFDF. Windows color (decimal): -1188405 or 13360621. OLE color: 13360621.
HSL color Cylindrical-coordinate representation of color #EDDDCB: hue angle of 31.76º 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 #EDDDCB is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 221 | 203 | - |
CMYK | 0 | 0.07 | 0.14 | 0.07 |
HSL | 31.76º | 0.49% | 0.86% | - |
HSV(B) | 31.76º | 0.14% | 0.93% | - |
XYZ | 71.56 | 74.03 | 67.02 | - |
YUV | 223.73 | 116.3 | 137.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 203 | 0 | 0.07 | 0.14 | 0.07 | 31.76 | 0.49 | 0.86 |
Hex | ED | DD | CB | 0 | 7 | E | 7 | 20 | 31 | 56 |
Octal | 355 | 335 | 313 | 0 | 7 | 16 | 7 | 40 | 61 | 126 |
Binary | 11101101 | 11011101 | 11001011 | 0 | 111 | 1110 | 111 | 100000 | 110001 | 1010110 |
Color Harmonies of #EDDDCB
Complementary color
Monochromatic Colors of #EDDDCB
Black with #EDDDCB
Text Example
Text Example
White with #EDDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDCB; }
p { color: rgb(237,221,203); }
H1.HeaderClassName
{
color: #EDDDCB;
}
.AnyTagClassName
{
color: #EDDDCB;
}
</style>
background-color css
<style>
a { background-color: #EDDDCB; }
a { background-color: rgb(237,221,203); }
div.DivClassName
{
background-color: #EDDDCB;
}
.BgClassName
{
background-color: #EDDDCB;
}
</style>
border-color css
<style>
span { border-color: #EDDDCB; }
span { border-color: rgb(237,221,203); }
td.TdClassName
{
border-color: #EDDDCB;
}
.TagClassName
{
border-color: #EDDDCB;
}
</style>