#EBD2C6

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

Shades of Bizarre #EBD2C6

Tints of Bizarre #EBD2C6

Color information

#EBD2C6 (or 0xEBD2C6) is unknown color: approx Bizarre. HEX triplet: EB, D2 and C6. RGB value is (235,210,198). Sum of RGB (Red+Green+Blue) = 235+210+198=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 210 (82.42% from 255 or 32.66% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2C6 is #142D39. Grayscale: #D8D8D8. Windows color (decimal): -1322298 or 13030123. OLE color: 13030123.

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

Color convert

RGB235210198-
CMYK00.110.160.08
HSL19.46º48.05%84.9%-
HSV(B)19.46º15.74%92.16%-
XYZ67.567.8362.96-
YUV216.11117.78141.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 210 (82.42% from 255) = 32.66%
BLUE value IS 198 (77.73% from 255) = 30.79%
R=36.55%
G=32.66%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521019800.110.160.0819.4648.0584.9
HexEBD2C60B108133055
Octal35332230601320102360125
Binary11101011110100101100011001011100001000100111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2C6; }

 p { color: rgb(235,210,198); }

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

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

 a { background-color: rgb(235,210,198); }

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

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

 span { border-color: rgb(235,210,198); }

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