#E7BBCA

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

Shades of Chantilly #E7BBCA

Tints of Chantilly #E7BBCA

Color information

#E7BBCA (or 0xE7BBCA) is unknown color: approx Chantilly. HEX triplet: E7, BB and CA. RGB value is (231,187,202). Sum of RGB (Red+Green+Blue) = 231+187+202=620 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.26% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BBCA is #184435. Grayscale: #C9C9C9. Windows color (decimal): -1590326 or 13286375. OLE color: 13286375.

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

Color convert

RGB231187202-
CMYK00.190.130.09
HSL339.55º47.83%81.96%-
HSV(B)339.55º19.05%90.59%-
XYZ61.3956.7963.6-
YUV201.87128.08148.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.26%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=37.26%
G=30.16%
B=32.58%

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
Decimal23118720200.190.130.09339.5547.8381.96
HexE7BBCA013D91543052
Octal347273312023151152460122
Binary111001111011101111001010010011110110011010101001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BBCA; }

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

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

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

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

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

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

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

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