#E9BDCD

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

Shades of Chantilly #E9BDCD

Tints of Chantilly #E9BDCD

Color information

#E9BDCD (or 0xE9BDCD) is unknown color: approx Chantilly. HEX triplet: E9, BD and CD. RGB value is (233,189,205). Sum of RGB (Red+Green+Blue) = 233+189+205=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDCD is #164232. Grayscale: #CBCBCB. Windows color (decimal): -1458739 or 13483497. OLE color: 13483497.

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

Color convert

RGB233189205-
CMYK00.190.120.09
HSL338.18º50%82.75%-
HSV(B)338.18º18.88%91.37%-
XYZ62.8258.1365.67-
YUV203.98128.58148.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.16%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=37.16%
G=30.14%
B=32.70%

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
Decimal23318920500.190.120.09338.185082.75
HexE9BDCD013C91523253
Octal351275315023141152262123
Binary111010011011110111001101010011110010011010100101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDCD; }

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

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

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

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

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

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

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

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