#EBD8D3

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

Shades of Ebb #EBD8D3

Tints of Ebb #EBD8D3

Color information

#EBD8D3 (or 0xEBD8D3) is unknown color: approx Ebb. HEX triplet: EB, D8 and D3. RGB value is (235,216,211). Sum of RGB (Red+Green+Blue) = 235+216+211=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8D3 is #14272C. Grayscale: #DDDDDD. Windows color (decimal): -1320749 or 13883627. OLE color: 13883627.

HSL color Cylindrical-coordinate representation of color #EBD8D3: hue angle of 12.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD8D3 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB235216211-
CMYK00.080.100.08
HSL12.5º37.5%87.45%-
HSV(B)12.5º10.21%92.16%-
XYZ70.5771.4871.7-
YUV221.11122.29137.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 216 (84.77% from 255) = 32.63%
BLUE value IS 211 (82.81% from 255) = 31.87%
R=35.50%
G=32.63%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521621100.080.100.0812.537.587.45
HexEBD8D308A8d2657
Octal35333032301012101546127
Binary111010111101100011010011010001010100011011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8D3; }

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

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

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

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

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

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

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

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