#E7BCCA

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

Shades of Chantilly #E7BCCA

Tints of Chantilly #E7BCCA

Color information

#E7BCCA (or 0xE7BCCA) is unknown color: approx Chantilly. HEX triplet: E7, BC and CA. RGB value is (231,188,202). Sum of RGB (Red+Green+Blue) = 231+188+202=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCCA is #184335. Grayscale: #CACACA. Windows color (decimal): -1590070 or 13286631. OLE color: 13286631.

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

Color convert

RGB231188202-
CMYK00.190.130.09
HSL340.47º47.25%82.16%-
HSV(B)340.47º18.61%90.59%-
XYZ61.657.2263.67-
YUV202.45127.75148.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.20%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=37.20%
G=30.27%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118820200.190.130.09340.4747.2582.16
HexE7BCCA013D91542f52
Octal347274312023151152457122
Binary111001111011110011001010010011110110011010101001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCCA; }

 p { color: rgb(231,188,202); }

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

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

 a { background-color: rgb(231,188,202); }

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

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

 span { border-color: rgb(231,188,202); }

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