#E9BDCA

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

Shades of Chantilly #E9BDCA

Tints of Chantilly #E9BDCA

Color information

#E9BDCA (or 0xE9BDCA) is unknown color: approx Chantilly. HEX triplet: E9, BD and CA. RGB value is (233,189,202). Sum of RGB (Red+Green+Blue) = 233+189+202=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDCA is #164235. Grayscale: #CBCBCB. Windows color (decimal): -1458742 or 13286889. OLE color: 13286889.

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

Color convert

RGB233189202-
CMYK00.190.130.09
HSL342.27º50%82.75%-
HSV(B)342.27º18.88%91.37%-
XYZ62.4657.9863.78-
YUV203.64127.08148.94-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.34%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=37.34%
G=30.29%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318920200.190.130.09342.275082.75
HexE9BDCA013D91563253
Octal351275312023151152662123
Binary111010011011110111001010010011110110011010101101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDCA; }

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

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

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

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

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

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

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

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