#E9B9CD

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

Shades of Chantilly #E9B9CD

Tints of Chantilly #E9B9CD

Color information

#E9B9CD (or 0xE9B9CD) is unknown color: approx Chantilly. HEX triplet: E9, B9 and CD. RGB value is (233,185,205). Sum of RGB (Red+Green+Blue) = 233+185+205=623 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.40% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B9CD is #164632. Grayscale: #C9C9C9. Windows color (decimal): -1459763 or 13482473. OLE color: 13482473.

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

Color convert

RGB233185205-
CMYK00.210.120.09
HSL335º52.17%81.96%-
HSV(B)335º20.6%91.37%-
XYZ61.9756.4365.38-
YUV201.63129.9150.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.40%
GREEN value IS 185 (72.66% from 255) = 29.70%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=37.40%
G=29.70%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318520500.210.120.0933552.1781.96
HexE9B9CD015C914f3452
Octal351271315025141151764122
Binary111010011011100111001101010101110010011010011111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B9CD; }

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

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

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

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

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

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

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

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