#E9B1CB

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

Shades of Chantilly #E9B1CB

Tints of Chantilly #E9B1CB

Color information

#E9B1CB (or 0xE9B1CB) is unknown color: approx Chantilly. HEX triplet: E9, B1 and CB. RGB value is (233,177,203). Sum of RGB (Red+Green+Blue) = 233+177+203=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B1CB is #164E34. Grayscale: #C4C4C4. Windows color (decimal): -1461813 or 13349353. OLE color: 13349353.

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

Color convert

RGB233177203-
CMYK00.240.130.09
HSL332.14º56%80.39%-
HSV(B)332.14º24.03%91.37%-
XYZ60.1153.0863.58-
YUV196.71131.55153.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.01%
GREEN value IS 177 (69.53% from 255) = 28.87%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=38.01%
G=28.87%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317720300.240.130.09332.145680.39
HexE9B1CB018D914c3850
Octal351261313030151151470120
Binary111010011011000111001011011000110110011010011001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B1CB; }

 p { color: rgb(233,177,203); }

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

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

 a { background-color: rgb(233,177,203); }

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

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

 span { border-color: rgb(233,177,203); }

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