#E9BBCF

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

Shades of Chantilly #E9BBCF

Tints of Chantilly #E9BBCF

Color information

#E9BBCF (or 0xE9BBCF) is unknown color: approx Chantilly. HEX triplet: E9, BB and CF. RGB value is (233,187,207). Sum of RGB (Red+Green+Blue) = 233+187+207=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBCF is #164430. Grayscale: #CBCBCB. Windows color (decimal): -1459249 or 13614057. OLE color: 13614057.

HSL color Cylindrical-coordinate representation of color #E9BBCF: hue angle of 333.91º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BBCF is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB233187207-
CMYK00.200.110.09
HSL333.91º51.11%82.35%-
HSV(B)333.91º19.74%91.37%-
XYZ62.6457.3766.8-
YUV203.03130.24149.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.16%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=37.16%
G=29.82%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318720700.200.110.09333.9151.1182.35
HexE9BBCF014B914e3352
Octal351273317024131151663122
Binary111010011011101111001111010100101110011010011101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BBCF; }

 p { color: rgb(233,187,207); }

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

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

 a { background-color: rgb(233,187,207); }

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

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

 span { border-color: rgb(233,187,207); }

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