#EADBCA

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

Shades of Almond #EADBCA

Tints of Almond #EADBCA

Color information

#EADBCA (or 0xEADBCA) is unknown color: approx Almond. HEX triplet: EA, DB and CA. RGB value is (234,219,202). Sum of RGB (Red+Green+Blue) = 234+219+202=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBCA is #152435. Grayscale: #DDDDDD. Windows color (decimal): -1385526 or 13294570. OLE color: 13294570.

HSL color Cylindrical-coordinate representation of color #EADBCA: hue angle of 31.88º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EADBCA is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB234219202-
CMYK00.060.140.08
HSL31.88º43.24%85.49%-
HSV(B)31.88º13.68%91.76%-
XYZ69.9272.4266.17-
YUV221.55116.97136.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 219 (85.94% from 255) = 33.44%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=35.73%
G=33.44%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421920200.060.140.0831.8843.2485.49
HexEADBCA06E8202b55
Octal3523333120616104053125
Binary1110101011011011110010100110111010001000001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBCA; }

 p { color: rgb(234,219,202); }

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

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

 a { background-color: rgb(234,219,202); }

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

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

 span { border-color: rgb(234,219,202); }

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