#E7BDCB

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

Shades of Chantilly #E7BDCB

Tints of Chantilly #E7BDCB

Color information

#E7BDCB (or 0xE7BDCB) is unknown color: approx Chantilly. HEX triplet: E7, BD and CB. RGB value is (231,189,203). Sum of RGB (Red+Green+Blue) = 231+189+203=623 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.08% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDCB is #184234. Grayscale: #CBCBCB. Windows color (decimal): -1589813 or 13352423. OLE color: 13352423.

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

Color convert

RGB231189203-
CMYK00.180.120.09
HSL340º46.67%82.35%-
HSV(B)340º18.18%90.59%-
XYZ61.9357.764.37-
YUV203.15127.91147.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.08%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=37.08%
G=30.34%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118920300.180.120.0934046.6782.35
HexE7BDCB012C91542f52
Octal347275313022141152457122
Binary111001111011110111001011010010110010011010101001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDCB; }

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

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

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

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

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

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

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

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