#EBDAD6

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

Shades of Ebb #EBDAD6

Tints of Ebb #EBDAD6

Color information

#EBDAD6 (or 0xEBDAD6) is unknown color: approx Ebb. HEX triplet: EB, DA and D6. RGB value is (235,218,214). Sum of RGB (Red+Green+Blue) = 235+218+214=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAD6 is #142529. Grayscale: #DEDEDE. Windows color (decimal): -1320234 or 14080747. OLE color: 14080747.

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

Color convert

RGB235218214-
CMYK00.070.090.08
HSL11.43º34.43%88.04%-
HSV(B)11.43º8.94%92.16%-
XYZ71.4772.6673.88-
YUV222.63123.13136.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 214 (83.98% from 255) = 32.08%
R=35.23%
G=32.68%
B=32.08%

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
Decimal23521821400.070.090.0811.4334.4388.04
HexEBDAD60798b2258
Octal3533323260711101342130
Binary11101011110110101101011001111001100010111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAD6; }

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

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

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

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

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

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

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

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