#EBDAD5

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

Shades of Ebb #EBDAD5

Tints of Ebb #EBDAD5

Color information

#EBDAD5 (or 0xEBDAD5) is unknown color: approx Ebb. HEX triplet: EB, DA and D5. RGB value is (235,218,213). Sum of RGB (Red+Green+Blue) = 235+218+213=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAD5 is #14252A. Grayscale: #DEDEDE. Windows color (decimal): -1320235 or 14015211. OLE color: 14015211.

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

Color convert

RGB235218213-
CMYK00.070.090.08
HSL13.64º35.48%87.84%-
HSV(B)13.64º9.36%92.16%-
XYZ71.3472.6173.21-
YUV222.51122.63136.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 218 (85.55% from 255) = 32.73%
BLUE value IS 213 (83.59% from 255) = 31.98%
R=35.29%
G=32.73%
B=31.98%

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
Decimal23521821300.070.090.0813.6435.4887.84
HexEBDAD50798e2358
Octal3533323250711101643130
Binary11101011110110101101010101111001100011101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAD5; }

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

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

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

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

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

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

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

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