#E7C2CE

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

Shades of Chantilly #E7C2CE

Tints of Chantilly #E7C2CE

Color information

#E7C2CE (or 0xE7C2CE) is unknown color: approx Chantilly. HEX triplet: E7, C2 and CE. RGB value is (231,194,206). Sum of RGB (Red+Green+Blue) = 231+194+206=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C2CE is #183D31. Grayscale: #CECECE. Windows color (decimal): -1588530 or 13550311. OLE color: 13550311.

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

Color convert

RGB231194206-
CMYK00.160.110.09
HSL340.54º43.53%83.33%-
HSV(B)340.54º16.02%90.59%-
XYZ63.3960.0366.64-
YUV206.43127.76145.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.61%
GREEN value IS 194 (76.17% from 255) = 30.74%
BLUE value IS 206 (80.86% from 255) = 32.65%
R=36.61%
G=30.74%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119420600.160.110.09340.5443.5383.33
HexE7C2CE010B91552c53
Octal347302316020131152554123
Binary111001111100001011001110010000101110011010101011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C2CE; }

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

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

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

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

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

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

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

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