#E6C3CA

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

Shades of Chantilly #E6C3CA

Tints of Chantilly #E6C3CA

Color information

#E6C3CA (or 0xE6C3CA) is unknown color: approx Chantilly. HEX triplet: E6, C3 and CA. RGB value is (230,195,202). Sum of RGB (Red+Green+Blue) = 230+195+202=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C3CA is #193C35. Grayscale: #CECECE. Windows color (decimal): -1653814 or 13288422. OLE color: 13288422.

HSL color Cylindrical-coordinate representation of color #E6C3CA: hue angle of 348º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6C3CA is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230195202-
CMYK00.150.120.10
HSL348º41.18%83.33%-
HSV(B)348º15.22%90.2%-
XYZ62.8160.1264.17-
YUV206.26125.6144.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.68%
GREEN value IS 195 (76.56% from 255) = 31.10%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=36.68%
G=31.10%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019520200.150.120.1034841.1883.33
HexE6C3CA0FCA15c2953
Octal346303312017141253451123
Binary11100110110000111100101001111110010101010111001010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C3CA; }

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

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

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

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

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

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

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

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