#EBD9D5

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

Shades of Ebb #EBD9D5

Tints of Ebb #EBD9D5

Color information

#EBD9D5 (or 0xEBD9D5) is unknown color: approx Ebb. HEX triplet: EB, D9 and D5. RGB value is (235,217,213). Sum of RGB (Red+Green+Blue) = 235+217+213=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 217 (85.16% from 255 or 32.63% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9D5 is #14262A. Grayscale: #DDDDDD. Windows color (decimal): -1320491 or 14014955. OLE color: 14014955.

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

Color convert

RGB235217213-
CMYK00.080.090.08
HSL10.91º35.48%87.84%-
HSV(B)10.91º9.36%92.16%-
XYZ71.0872.0973.12-
YUV221.93122.96137.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 217 (85.16% from 255) = 32.63%
BLUE value IS 213 (83.59% from 255) = 32.03%
R=35.34%
G=32.63%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521721300.080.090.0810.9135.4887.84
HexEBD9D50898b2358
Octal35333132501011101343130
Binary111010111101100111010101010001001100010111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9D5; }

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

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

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

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

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

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

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

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