#E7C2C9

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

Shades of Chantilly #E7C2C9

Tints of Chantilly #E7C2C9

Color information

#E7C2C9 (or 0xE7C2C9) is unknown color: approx Chantilly. HEX triplet: E7, C2 and C9. RGB value is (231,194,201). Sum of RGB (Red+Green+Blue) = 231+194+201=626 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.90% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C2C9 is #183D36. Grayscale: #CDCDCD. Windows color (decimal): -1588535 or 13222631. OLE color: 13222631.

HSL color Cylindrical-coordinate representation of color #E7C2C9: hue angle of 348.65º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7C2C9 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231194201-
CMYK00.160.130.09
HSL348.65º43.53%83.33%-
HSV(B)348.65º16.02%90.59%-
XYZ62.7959.7963.49-
YUV205.86125.26145.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.90%
GREEN value IS 194 (76.17% from 255) = 30.99%
BLUE value IS 201 (78.91% from 255) = 32.11%
R=36.90%
G=30.99%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119420100.160.130.09348.6543.5383.33
HexE7C2C9010D915d2c53
Octal347302311020151153554123
Binary111001111100001011001001010000110110011010111011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C2C9; }

 p { color: rgb(231,194,201); }

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

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

 a { background-color: rgb(231,194,201); }

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

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

 span { border-color: rgb(231,194,201); }

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