#EBDBD6

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

Shades of Ebb #EBDBD6

Tints of Ebb #EBDBD6

Color information

#EBDBD6 (or 0xEBDBD6) is unknown color: approx Ebb. HEX triplet: EB, DB and D6. RGB value is (235,219,214). Sum of RGB (Red+Green+Blue) = 235+219+214=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBD6 is #142429. Grayscale: #DFDFDF. Windows color (decimal): -1319978 or 14081003. OLE color: 14081003.

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

Color convert

RGB235219214-
CMYK00.070.090.08
HSL14.29º34.43%88.04%-
HSV(B)14.29º8.94%92.16%-
XYZ71.7373.1873.96-
YUV223.21122.8136.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 219 (85.94% from 255) = 32.78%
BLUE value IS 214 (83.98% from 255) = 32.04%
R=35.18%
G=32.78%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521921400.070.090.0814.2934.4388.04
HexEBDBD60798e2258
Octal3533333260711101642130
Binary11101011110110111101011001111001100011101000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBD6; }

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

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

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

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

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

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

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

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