#EBDBD8

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

Shades of Ebb #EBDBD8

Tints of Ebb #EBDBD8

Color information

#EBDBD8 (or 0xEBDBD8) is unknown color: approx Ebb. HEX triplet: EB, DB and D8. RGB value is (235,219,216). Sum of RGB (Red+Green+Blue) = 235+219+216=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBD8 is #142427. Grayscale: #DFDFDF. Windows color (decimal): -1319976 or 14212075. OLE color: 14212075.

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

Color convert

RGB235219216-
CMYK00.070.080.08
HSL9.47º32.2%88.43%-
HSV(B)9.47º8.09%92.16%-
XYZ71.9973.2875.32-
YUV223.44123.8136.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 219 (85.94% from 255) = 32.69%
BLUE value IS 216 (84.77% from 255) = 32.24%
R=35.07%
G=32.69%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521921600.070.080.089.4732.288.43
HexEBDBD8078892058
Octal3533333300710101140130
Binary11101011110110111101100001111000100010011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBD8; }

 p { color: rgb(235,219,216); }

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

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

 a { background-color: rgb(235,219,216); }

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

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

 span { border-color: rgb(235,219,216); }

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