#EBDCD9

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

Shades of Ebb #EBDCD9

Tints of Ebb #EBDCD9

Color information

#EBDCD9 (or 0xEBDCD9) is unknown color: approx Ebb. HEX triplet: EB, DC and D9. RGB value is (235,220,217). Sum of RGB (Red+Green+Blue) = 235+220+217=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD9 is #142326. Grayscale: #E0E0E0. Windows color (decimal): -1319719 or 14277867. OLE color: 14277867.

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

Color convert

RGB235220217-
CMYK00.060.080.08
HSL10º31.03%88.63%-
HSV(B)10º7.66%92.16%-
XYZ72.3873.8676.09-
YUV224.14123.97135.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 217 (85.16% from 255) = 32.29%
R=34.97%
G=32.74%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522021700.060.080.081031.0388.63
HexEBDCD90688a1f59
Octal3533343310610101237131
Binary1110101111011100110110010110100010001010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCD9; }

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

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

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

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

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

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

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

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