#EBDDD9

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

Shades of Ebb #EBDDD9

Tints of Ebb #EBDDD9

Color information

#EBDDD9 (or 0xEBDDD9) is unknown color: approx Ebb. HEX triplet: EB, DD and D9. RGB value is (235,221,217). Sum of RGB (Red+Green+Blue) = 235+221+217=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD9 is #142226. Grayscale: #E0E0E0. Windows color (decimal): -1319463 or 14278123. OLE color: 14278123.

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

Color convert

RGB235221217-
CMYK00.060.080.08
HSL13.33º31.03%88.63%-
HSV(B)13.33º7.66%92.16%-
XYZ72.6474.3876.17-
YUV224.73123.64135.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 217 (85.16% from 255) = 32.24%
R=34.92%
G=32.84%
B=32.24%

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
Decimal23522121700.060.080.0813.3331.0388.63
HexEBDDD90688d1f59
Octal3533353310610101537131
Binary1110101111011101110110010110100010001101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDD9; }

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

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

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

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

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

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

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

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