#e5c6cc

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

Shades of Chantilly #E5C6CC

Tints of Chantilly #E5C6CC

Color information

#E5C6CC (or 0xE5C6CC) is unknown color: approx Chantilly. HEX triplet: E5, C6 and CC. RGB value is (229,198,204). Sum of RGB (Red+Green+Blue) = 229+198+204=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C6CC is #1A3933. Grayscale: #CFCFCF. Windows color (decimal): -1718580 or 13420261. OLE color: 13420261.

HSL color Cylindrical-coordinate representation of color #E5C6CC: hue angle of 348.39º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5C6CC is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB229198204-
CMYK00.140.110.10
HSL348.39º37.35%83.73%-
HSV(B)348.39º13.54%89.8%-
XYZ63.4161.4165.64-
YUV207.95125.77143.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.29%
GREEN value IS 198 (77.73% from 255) = 31.38%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=36.29%
G=31.38%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919820400.140.110.10348.3937.3583.73
HexE5C6CC0EBA15c2554
Octal345306314016131253445124
Binary11100101110001101100110001110101110101010111001001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5c6cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5c6cc; }

 p { color: rgb(229,198,204); }

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

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

 a { background-color: rgb(229,198,204); }

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

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

 span { border-color: rgb(229,198,204); }

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