#EDDACA

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

Shades of Almond #EDDACA

Tints of Almond #EDDACA

Color information

#EDDACA (or 0xEDDACA) is unknown color: approx Almond. HEX triplet: ED, DA and CA. RGB value is (237,218,202). Sum of RGB (Red+Green+Blue) = 237+218+202=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDACA is #122535. Grayscale: #DDDDDD. Windows color (decimal): -1189174 or 13294317. OLE color: 13294317.

HSL color Cylindrical-coordinate representation of color #EDDACA: hue angle of 27.43º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDDACA is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237218202-
CMYK00.080.150.07
HSL27.43º49.3%86.08%-
HSV(B)27.43º14.77%92.94%-
XYZ70.6672.4166.13-
YUV221.86116.79138.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=36.07%
G=33.18%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721820200.080.150.0727.4349.386.08
HexEDDACA08F71b3156
Octal3553323120101773361126
Binary111011011101101011001010010001111111110111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDACA; }

 p { color: rgb(237,218,202); }

 H1.HeaderClassName
 {
   color: #EDDACA;
 }
 .AnyTagClassName
 {
   color: #EDDACA;
 }
</style>
background-color css

<style>
 a { background-color: #EDDACA; }

 a { background-color: rgb(237,218,202); }

 div.DivClassName
 {
   background-color: #EDDACA;
 }
 .BgClassName
 {
   background-color: #EDDACA;
 }
</style>
border-color css

<style>
 span { border-color: #EDDACA; }

 span { border-color: rgb(237,218,202); }

 td.TdClassName
 {
   border-color: #EDDACA;
 }
 .TagClassName
 {
   border-color: #EDDACA;
 }
</style>