#EBDCD8

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

Shades of Ebb #EBDCD8

Tints of Ebb #EBDCD8

Color information

#EBDCD8 (or 0xEBDCD8) is unknown color: approx Ebb. HEX triplet: EB, DC and D8. RGB value is (235,220,216). Sum of RGB (Red+Green+Blue) = 235+220+216=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD8 is #142327. Grayscale: #E0E0E0. Windows color (decimal): -1319720 or 14212331. OLE color: 14212331.

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

Color convert

RGB235220216-
CMYK00.060.080.08
HSL12.63º32.2%88.43%-
HSV(B)12.63º8.09%92.16%-
XYZ72.2573.8175.4-
YUV224.03123.47135.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 216 (84.77% from 255) = 32.19%
R=35.02%
G=32.79%
B=32.19%

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
Decimal23522021600.060.080.0812.6332.288.43
HexEBDCD80688d2058
Octal3533343300610101540130
Binary11101011110111001101100001101000100011011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCD8; }

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

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

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

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

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

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

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

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