#E9B9CB

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

Shades of Chantilly #E9B9CB

Tints of Chantilly #E9B9CB

Color information

#E9B9CB (or 0xE9B9CB) is unknown color: approx Chantilly. HEX triplet: E9, B9 and CB. RGB value is (233,185,203). Sum of RGB (Red+Green+Blue) = 233+185+203=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B9CB is #164634. Grayscale: #C9C9C9. Windows color (decimal): -1459765 or 13351401. OLE color: 13351401.

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

Color convert

RGB233185203-
CMYK00.210.130.09
HSL337.5º52.17%81.96%-
HSV(B)337.5º20.6%91.37%-
XYZ61.7356.3364.12-
YUV201.4128.9150.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.52%
GREEN value IS 185 (72.66% from 255) = 29.79%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=37.52%
G=29.79%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318520300.210.130.09337.552.1781.96
HexE9B9CB015D91523452
Octal351271313025151152264122
Binary111010011011100111001011010101110110011010100101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B9CB; }

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

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

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

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

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

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

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

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