#EBDDDA

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

Shades of Ebb #EBDDDA

Tints of Ebb #EBDDDA

Color information

#EBDDDA (or 0xEBDDDA) is unknown color: approx Ebb. HEX triplet: EB, DD and DA. RGB value is (235,221,218). Sum of RGB (Red+Green+Blue) = 235+221+218=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDDA is #142225. Grayscale: #E0E0E0. Windows color (decimal): -1319462 or 14343659. OLE color: 14343659.

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

Color convert

RGB235221218-
CMYK00.060.070.08
HSL10.59º29.82%88.82%-
HSV(B)10.59º7.23%92.16%-
XYZ72.7774.4476.86-
YUV224.84124.14135.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 218 (85.55% from 255) = 32.34%
R=34.87%
G=32.79%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522121800.060.070.0810.5929.8288.82
HexEBDDDA0678b1e59
Octal353335332067101336131
Binary111010111101110111011010011011110001011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDDA; }

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

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

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

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

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

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

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

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