#EBD6D0

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

Shades of Ebb #EBD6D0

Tints of Ebb #EBD6D0

Color information

#EBD6D0 (or 0xEBD6D0) is unknown color: approx Ebb. HEX triplet: EB, D6 and D0. RGB value is (235,214,208). Sum of RGB (Red+Green+Blue) = 235+214+208=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6D0 is #14292F. Grayscale: #DBDBDB. Windows color (decimal): -1321264 or 13686507. OLE color: 13686507.

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

Color convert

RGB235214208-
CMYK00.090.110.08
HSL13.33º40.3%86.86%-
HSV(B)13.33º11.49%92.16%-
XYZ69.6970.3169.57-
YUV219.59121.46138.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 214 (83.98% from 255) = 32.57%
BLUE value IS 208 (81.64% from 255) = 31.66%
R=35.77%
G=32.57%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521420800.090.110.0813.3340.386.86
HexEBD6D009B8d2857
Octal35332632001113101550127
Binary111010111101011011010000010011011100011011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6D0; }

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

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

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

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

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

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

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

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