#EBDAD7

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

Shades of Ebb #EBDAD7

Tints of Ebb #EBDAD7

Color information

#EBDAD7 (or 0xEBDAD7) is unknown color: approx Ebb. HEX triplet: EB, DA and D7. RGB value is (235,218,215). Sum of RGB (Red+Green+Blue) = 235+218+215=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 215 (84.38% from 255 or 32.19% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAD7 is #142528. Grayscale: #DEDEDE. Windows color (decimal): -1320233 or 14146283. OLE color: 14146283.

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

Color convert

RGB235218215-
CMYK00.070.090.08
HSL33.33%88.24%-
HSV(B)8.51%92.16%-
XYZ71.672.7174.55-
YUV222.74123.63136.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 218 (85.55% from 255) = 32.63%
BLUE value IS 215 (84.38% from 255) = 32.19%
R=35.18%
G=32.63%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521821500.070.090.08933.3388.24
HexEBDAD7079892158
Octal3533323270711101141130
Binary11101011110110101101011101111001100010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAD7; }

 p { color: rgb(235,218,215); }

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

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

 a { background-color: rgb(235,218,215); }

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

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

 span { border-color: rgb(235,218,215); }

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