#E7BFCA

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

Shades of Chantilly #E7BFCA

Tints of Chantilly #E7BFCA

Color information

#E7BFCA (or 0xE7BFCA) is unknown color: approx Chantilly. HEX triplet: E7, BF and CA. RGB value is (231,191,202). Sum of RGB (Red+Green+Blue) = 231+191+202=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFCA is #184035. Grayscale: #CCCCCC. Windows color (decimal): -1589302 or 13287399. OLE color: 13287399.

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

Color convert

RGB231191202-
CMYK00.170.130.09
HSL343.5º45.45%82.75%-
HSV(B)343.5º17.32%90.59%-
XYZ62.2558.5163.89-
YUV204.21126.75147.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.02%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=37.02%
G=30.61%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119120200.170.130.09343.545.4582.75
HexE7BFCA011D91582d53
Octal347277312021151153055123
Binary111001111011111111001010010001110110011010110001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFCA; }

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

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

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

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

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

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

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

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