#EBD5CC

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

Shades of Bizarre #EBD5CC

Tints of Bizarre #EBD5CC

Color information

#EBD5CC (or 0xEBD5CC) is unknown color: approx Bizarre. HEX triplet: EB, D5 and CC. RGB value is (235,213,204). Sum of RGB (Red+Green+Blue) = 235+213+204=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5CC is #142A33. Grayscale: #DADADA. Windows color (decimal): -1321524 or 13424107. OLE color: 13424107.

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

Color convert

RGB235213204-
CMYK00.090.130.08
HSL17.42º43.66%86.08%-
HSV(B)17.42º13.19%92.16%-
XYZ68.9569.6166.93-
YUV218.55119.79139.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 204 (80.08% from 255) = 31.29%
R=36.04%
G=32.67%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521320400.090.130.0817.4243.6686.08
HexEBD5CC09D8112c56
Octal35332531401115102154126
Binary1110101111010101110011000100111011000100011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5CC; }

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

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

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

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

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

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

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

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