#E9B9CA

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

Shades of Chantilly #E9B9CA

Tints of Chantilly #E9B9CA

Color information

#E9B9CA (or 0xE9B9CA) is unknown color: approx Chantilly. HEX triplet: E9, B9 and CA. RGB value is (233,185,202). Sum of RGB (Red+Green+Blue) = 233+185+202=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B9CA is #164635. Grayscale: #C9C9C9. Windows color (decimal): -1459766 or 13285865. OLE color: 13285865.

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

Color convert

RGB233185202-
CMYK00.210.130.09
HSL338.75º52.17%81.96%-
HSV(B)338.75º20.6%91.37%-
XYZ61.6156.2963.49-
YUV201.29128.4150.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.58%
GREEN value IS 185 (72.66% from 255) = 29.84%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=37.58%
G=29.84%
B=32.58%

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
Decimal23318520200.210.130.09338.7552.1781.96
HexE9B9CA015D91533452
Octal351271312025151152364122
Binary111010011011100111001010010101110110011010100111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B9CA; }

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

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

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

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

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

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

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

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