#EBD5CD

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

Shades of Bizarre #EBD5CD

Tints of Bizarre #EBD5CD

Color information

#EBD5CD (or 0xEBD5CD) is unknown color: approx Bizarre. HEX triplet: EB, D5 and CD. RGB value is (235,213,205). Sum of RGB (Red+Green+Blue) = 235+213+205=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5CD is #142A32. Grayscale: #DADADA. Windows color (decimal): -1321523 or 13489643. OLE color: 13489643.

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

Color convert

RGB235213205-
CMYK00.090.130.08
HSL16º42.86%86.27%-
HSV(B)16º12.77%92.16%-
XYZ69.0769.6667.56-
YUV218.67120.29139.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 213 (83.59% from 255) = 32.62%
BLUE value IS 205 (80.47% from 255) = 31.39%
R=35.99%
G=32.62%
B=31.39%

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
Decimal23521320500.090.130.081642.8686.27
HexEBD5CD09D8102b56
Octal35332531501115102053126
Binary1110101111010101110011010100111011000100001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5CD; }

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

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

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

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

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

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

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

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