#E9B0CA

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

Shades of Chantilly #E9B0CA

Tints of Chantilly #E9B0CA

Color information

#E9B0CA (or 0xE9B0CA) is unknown color: approx Chantilly. HEX triplet: E9, B0 and CA. RGB value is (233,176,202). Sum of RGB (Red+Green+Blue) = 233+176+202=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B0CA is #164F35. Grayscale: #C3C3C3. Windows color (decimal): -1462070 or 13283561. OLE color: 13283561.

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

Color convert

RGB233176202-
CMYK00.240.130.09
HSL332.63º56.44%80.2%-
HSV(B)332.63º24.46%91.37%-
XYZ59.7952.6462.89-
YUV196.01131.38154.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 176 (69.14% from 255) = 28.81%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=38.13%
G=28.81%
B=33.06%

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
Decimal23317620200.240.130.09332.6356.4480.2
HexE9B0CA018D914d3850
Octal351260312030151151570120
Binary111010011011000011001010011000110110011010011011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B0CA; }

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

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

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

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

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

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

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

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