#EBD3CD

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

Shades of Ebb #EBD3CD

Tints of Ebb #EBD3CD

Color information

#EBD3CD (or 0xEBD3CD) is unknown color: approx Ebb. HEX triplet: EB, D3 and CD. RGB value is (235,211,205). Sum of RGB (Red+Green+Blue) = 235+211+205=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3CD is #142C32. Grayscale: #D9D9D9. Windows color (decimal): -1322035 or 13489131. OLE color: 13489131.

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

Color convert

RGB235211205-
CMYK00.100.130.08
HSL12º42.86%86.27%-
HSV(B)12º12.77%92.16%-
XYZ68.5768.6667.4-
YUV217.49120.95140.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 211 (82.81% from 255) = 32.41%
BLUE value IS 205 (80.47% from 255) = 31.49%
R=36.10%
G=32.41%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521120500.100.130.081242.8686.27
HexEBD3CD0AD8c2b56
Octal35332331501215101453126
Binary111010111101001111001101010101101100011001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3CD; }

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

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

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

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

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

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

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

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