#EBC5CD

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

Shades of Chantilly #EBC5CD

Tints of Chantilly #EBC5CD

Color information

#EBC5CD (or 0xEBC5CD) is unknown color: approx Chantilly. HEX triplet: EB, C5 and CD. RGB value is (235,197,205). Sum of RGB (Red+Green+Blue) = 235+197+205=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5CD is #143A32. Grayscale: #D1D1D1. Windows color (decimal): -1325619 or 13485547. OLE color: 13485547.

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

Color convert

RGB235197205-
CMYK00.160.130.08
HSL347.37º48.72%84.71%-
HSV(B)347.37º16.17%92.16%-
XYZ65.256266.29-
YUV209.27125.59146.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 197 (77.34% from 255) = 30.93%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=36.89%
G=30.93%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519720500.160.130.08347.3748.7284.71
HexEBC5CD010D815b3155
Octal353305315020151053361125
Binary111010111100010111001101010000110110001010110111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5CD; }

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

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

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

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

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

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

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

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