#EEDECA

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

Shades of Almond #EEDECA

Tints of Almond #EEDECA

Color information

#EEDECA (or 0xEEDECA) is unknown color: approx Almond. HEX triplet: EE, DE and CA. RGB value is (238,222,202). Sum of RGB (Red+Green+Blue) = 238+222+202=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDECA is #112135. Grayscale: #E0E0E0. Windows color (decimal): -1122614 or 13295342. OLE color: 13295342.

HSL color Cylindrical-coordinate representation of color #EEDECA: hue angle of 33.33º degrees, saturation: 0.51, 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 #EEDECA is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238222202-
CMYK00.070.150.07
HSL33.33º51.43%86.27%-
HSV(B)33.33º15.13%93.33%-
XYZ72.0474.6866.5-
YUV224.5115.3137.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 222 (87.11% from 255) = 33.53%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=35.95%
G=33.53%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822220200.070.150.0733.3351.4386.27
HexEEDECA07F7213356
Octal356336312071774163126
Binary111011101101111011001010011111111111000011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDECA; }

 p { color: rgb(238,222,202); }

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

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

 a { background-color: rgb(238,222,202); }

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

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

 span { border-color: rgb(238,222,202); }

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