#EEDBC3

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

Shades of Almond #EEDBC3

Tints of Almond #EEDBC3

Color information

#EEDBC3 (or 0xEEDBC3) is unknown color: approx Almond. HEX triplet: EE, DB and C3. RGB value is (238,219,195). Sum of RGB (Red+Green+Blue) = 238+219+195=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBC3 is #11243C. Grayscale: #DEDEDE. Windows color (decimal): -1123389 or 12835822. OLE color: 12835822.

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

Color convert

RGB238219195-
CMYK00.080.180.07
HSL33.49º55.84%84.9%-
HSV(B)33.49º18.07%93.33%-
XYZ70.4472.7861.97-
YUV221.94112.79139.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 195 (76.56% from 255) = 29.91%
R=36.50%
G=33.59%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821919500.080.180.0733.4955.8484.9
HexEEDBC308127213855
Octal3563333030102274170125
Binary11101110110110111100001101000100101111000011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBC3; }

 p { color: rgb(238,219,195); }

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

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

 a { background-color: rgb(238,219,195); }

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

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

 span { border-color: rgb(238,219,195); }

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