#EBC3CA

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

Shades of Chantilly #EBC3CA

Tints of Chantilly #EBC3CA

Color information

#EBC3CA (or 0xEBC3CA) is unknown color: approx Chantilly. HEX triplet: EB, C3 and CA. RGB value is (235,195,202). Sum of RGB (Red+Green+Blue) = 235+195+202=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3CA is #143C35. Grayscale: #CFCFCF. Windows color (decimal): -1326134 or 13288427. OLE color: 13288427.

HSL color Cylindrical-coordinate representation of color #EBC3CA: hue angle of 349.5º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC3CA is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235195202-
CMYK00.170.140.08
HSL349.5º50%84.31%-
HSV(B)349.5º17.02%92.16%-
XYZ64.4460.9664.25-
YUV207.76124.75147.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 195 (76.56% from 255) = 30.85%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=37.18%
G=30.85%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519520200.170.140.08349.55084.31
HexEBC3CA011E815e3254
Octal353303312021161053662124
Binary111010111100001111001010010001111010001010111101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3CA; }

 p { color: rgb(235,195,202); }

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

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

 a { background-color: rgb(235,195,202); }

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

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

 span { border-color: rgb(235,195,202); }

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