#EBD3CC

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

Shades of Bizarre #EBD3CC

Tints of Bizarre #EBD3CC

Color information

#EBD3CC (or 0xEBD3CC) is unknown color: approx Bizarre. HEX triplet: EB, D3 and CC. RGB value is (235,211,204). Sum of RGB (Red+Green+Blue) = 235+211+204=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3CC is #142C33. Grayscale: #D9D9D9. Windows color (decimal): -1322036 or 13423595. OLE color: 13423595.

HSL color Cylindrical-coordinate representation of color #EBD3CC: hue angle of 13.55º degrees, saturation: 0.44, 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 #EBD3CC is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235211204-
CMYK00.100.130.08
HSL13.55º43.66%86.08%-
HSV(B)13.55º13.19%92.16%-
XYZ68.4568.6166.76-
YUV217.38120.45140.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 211 (82.81% from 255) = 32.46%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=36.15%
G=32.46%
B=31.38%

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
Decimal23521120400.100.130.0813.5543.6686.08
HexEBD3CC0AD8e2c56
Octal35332331401215101654126
Binary111010111101001111001100010101101100011101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3CC; }

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

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

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

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

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

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

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

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