#EADBD6

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

Shades of Ebb #EADBD6

Tints of Ebb #EADBD6

Color information

#EADBD6 (or 0xEADBD6) is unknown color: approx Ebb. HEX triplet: EA, DB and D6. RGB value is (234,219,214). Sum of RGB (Red+Green+Blue) = 234+219+214=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBD6 is #152429. Grayscale: #DEDEDE. Windows color (decimal): -1385514 or 14081002. OLE color: 14081002.

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

Color convert

RGB234219214-
CMYK00.060.090.08
HSL15º32.26%87.84%-
HSV(B)15º8.55%91.76%-
XYZ71.473.0173.95-
YUV222.92122.97135.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 219 (85.94% from 255) = 32.83%
BLUE value IS 214 (83.98% from 255) = 32.08%
R=35.08%
G=32.83%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421921400.060.090.081532.2687.84
HexEADBD60698f2058
Octal3523333260611101740130
Binary11101010110110111101011001101001100011111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBD6; }

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

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

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

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

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

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

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

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