#E9B0CB

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

Shades of Chantilly #E9B0CB

Tints of Chantilly #E9B0CB

Color information

#E9B0CB (or 0xE9B0CB) is unknown color: approx Chantilly. HEX triplet: E9, B0 and CB. RGB value is (233,176,203). Sum of RGB (Red+Green+Blue) = 233+176+203=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B0CB is #164F34. Grayscale: #C4C4C4. Windows color (decimal): -1462069 or 13349097. OLE color: 13349097.

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

Color convert

RGB233176203-
CMYK00.240.130.09
HSL331.58º56.44%80.2%-
HSV(B)331.58º24.46%91.37%-
XYZ59.9152.6963.51-
YUV196.12131.88154.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 176 (69.14% from 255) = 28.76%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=38.07%
G=28.76%
B=33.17%

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
Decimal23317620300.240.130.09331.5856.4480.2
HexE9B0CB018D914c3850
Octal351260313030151151470120
Binary111010011011000011001011011000110110011010011001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B0CB; }

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

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

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

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

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

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

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

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