#E7C2C8

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

Shades of Chantilly #E7C2C8

Tints of Chantilly #E7C2C8

Color information

#E7C2C8 (or 0xE7C2C8) is unknown color: approx Chantilly. HEX triplet: E7, C2 and C8. RGB value is (231,194,200). Sum of RGB (Red+Green+Blue) = 231+194+200=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C2C8 is #183D37. Grayscale: #CDCDCD. Windows color (decimal): -1588536 or 13157095. OLE color: 13157095.

HSL color Cylindrical-coordinate representation of color #E7C2C8: hue angle of 350.27º 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 #E7C2C8 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231194200-
CMYK00.160.130.09
HSL350.27º43.53%83.33%-
HSV(B)350.27º16.02%90.59%-
XYZ62.6759.7462.87-
YUV205.75124.76146.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.96%
GREEN value IS 194 (76.17% from 255) = 31.04%
BLUE value IS 200 (78.52% from 255) = 32%
R=36.96%
G=31.04%
B=32%

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
Decimal23119420000.160.130.09350.2743.5383.33
HexE7C2C8010D915e2c53
Octal347302310020151153654123
Binary111001111100001011001000010000110110011010111101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C2C8; }

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

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

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

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

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

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

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

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