#EBC1CA

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

Shades of Chantilly #EBC1CA

Tints of Chantilly #EBC1CA

Color information

#EBC1CA (or 0xEBC1CA) is unknown color: approx Chantilly. HEX triplet: EB, C1 and CA. RGB value is (235,193,202). Sum of RGB (Red+Green+Blue) = 235+193+202=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1CA is #143E35. Grayscale: #CECECE. Windows color (decimal): -1326646 or 13287915. OLE color: 13287915.

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

Color convert

RGB235193202-
CMYK00.180.140.08
HSL347.14º51.22%83.92%-
HSV(B)347.14º17.87%92.16%-
XYZ63.9960.0764.1-
YUV206.58125.41148.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 193 (75.78% from 255) = 30.63%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=37.30%
G=30.63%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519320200.180.140.08347.1451.2283.92
HexEBC1CA012E815b3354
Octal353301312022161053363124
Binary111010111100000111001010010010111010001010110111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1CA; }

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

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

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

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

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

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

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

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