#E9BDCB

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

Shades of Chantilly #E9BDCB

Tints of Chantilly #E9BDCB

Color information

#E9BDCB (or 0xE9BDCB) is unknown color: approx Chantilly. HEX triplet: E9, BD and CB. RGB value is (233,189,203). Sum of RGB (Red+Green+Blue) = 233+189+203=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDCB is #164234. Grayscale: #CBCBCB. Windows color (decimal): -1458741 or 13352425. OLE color: 13352425.

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

Color convert

RGB233189203-
CMYK00.190.130.09
HSL340.91º50%82.75%-
HSV(B)340.91º18.88%91.37%-
XYZ62.5858.0364.4-
YUV203.75127.58148.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.28%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=37.28%
G=30.24%
B=32.48%

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
Decimal23318920300.190.130.09340.915082.75
HexE9BDCB013D91553253
Octal351275313023151152562123
Binary111010011011110111001011010011110110011010101011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDCB; }

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

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

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

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

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

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

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

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