#E9BDCE

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

Shades of Chantilly #E9BDCE

Tints of Chantilly #E9BDCE

Color information

#E9BDCE (or 0xE9BDCE) is unknown color: approx Chantilly. HEX triplet: E9, BD and CE. RGB value is (233,189,206). Sum of RGB (Red+Green+Blue) = 233+189+206=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDCE is #164231. Grayscale: #CCCCCC. Windows color (decimal): -1458738 or 13549033. OLE color: 13549033.

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

Color convert

RGB233189206-
CMYK00.190.120.09
HSL336.82º50%82.75%-
HSV(B)336.82º18.88%91.37%-
XYZ62.9458.1866.3-
YUV204.09129.08148.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.10%
GREEN value IS 189 (74.22% from 255) = 30.10%
BLUE value IS 206 (80.86% from 255) = 32.80%
R=37.10%
G=30.10%
B=32.80%

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
Decimal23318920600.190.120.09336.825082.75
HexE9BDCE013C91513253
Octal351275316023141152162123
Binary111010011011110111001110010011110010011010100011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDCE; }

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

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

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

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

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

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

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

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