#EDDDCB

Color #EDDDCB Almond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond #EDDDCB

Tints of Almond #EDDDCB

Color information

#EDDDCB (or 0xEDDDCB) is unknown color: approx 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

RGB237221203-
CMYK00.070.140.07
HSL31.76º48.57%86.27%-
HSV(B)31.76º14.35%92.94%-
XYZ71.5674.0367.02-
YUV223.73116.3137.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 203 (79.69% from 255) = 30.71%
R=35.85%
G=33.43%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722120300.070.140.0731.7648.5786.27
HexEDDDCB07E7203156
Octal355335313071674061126
Binary111011011101110111001011011111101111000001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>