#E6C3CD

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

Shades of Chantilly #E6C3CD

Tints of Chantilly #E6C3CD

Color information

#E6C3CD (or 0xE6C3CD) is unknown color: approx Chantilly. HEX triplet: E6, C3 and CD. RGB value is (230,195,205). Sum of RGB (Red+Green+Blue) = 230+195+205=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C3CD is #193C32. Grayscale: #CECECE. Windows color (decimal): -1653811 or 13485030. OLE color: 13485030.

HSL color Cylindrical-coordinate representation of color #E6C3CD: hue angle of 342.86º 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 #E6C3CD is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230195205-
CMYK00.150.110.10
HSL342.86º41.18%83.33%-
HSV(B)342.86º15.22%90.2%-
XYZ63.1760.2666.06-
YUV206.6127.1144.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.51%
GREEN value IS 195 (76.56% from 255) = 30.95%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=36.51%
G=30.95%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019520500.150.110.10342.8641.1883.33
HexE6C3CD0FBA1572953
Octal346303315017131252751123
Binary11100110110000111100110101111101110101010101111010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C3CD; }

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

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

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

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

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

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

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

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