#E9BDCC

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

Shades of Chantilly #E9BDCC

Tints of Chantilly #E9BDCC

Color information

#E9BDCC (or 0xE9BDCC) is unknown color: approx Chantilly. HEX triplet: E9, BD and CC. RGB value is (233,189,204). Sum of RGB (Red+Green+Blue) = 233+189+204=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDCC is #164233. Grayscale: #CBCBCB. Windows color (decimal): -1458740 or 13417961. OLE color: 13417961.

HSL color Cylindrical-coordinate representation of color #E9BDCC: hue angle of 339.55º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9BDCC is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233189204-
CMYK00.190.120.09
HSL339.55º50%82.75%-
HSV(B)339.55º18.88%91.37%-
XYZ62.758.0865.03-
YUV203.87128.08148.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.22%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=37.22%
G=30.19%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318920400.190.120.09339.555082.75
HexE9BDCC013C91543253
Octal351275314023141152462123
Binary111010011011110111001100010011110010011010101001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDCC; }

 p { color: rgb(233,189,204); }

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

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

 a { background-color: rgb(233,189,204); }

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

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

 span { border-color: rgb(233,189,204); }

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