#E7BDCC

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

Shades of Chantilly #E7BDCC

Tints of Chantilly #E7BDCC

Color information

#E7BDCC (or 0xE7BDCC) is unknown color: approx Chantilly. HEX triplet: E7, BD and CC. RGB value is (231,189,204). Sum of RGB (Red+Green+Blue) = 231+189+204=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDCC is #184233. Grayscale: #CBCBCB. Windows color (decimal): -1589812 or 13417959. OLE color: 13417959.

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

Color convert

RGB231189204-
CMYK00.180.120.09
HSL338.57º46.67%82.35%-
HSV(B)338.57º18.18%90.59%-
XYZ62.0557.7465-
YUV203.27128.41147.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.02%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=37.02%
G=30.29%
B=32.69%

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
Decimal23118920400.180.120.09338.5746.6782.35
HexE7BDCC012C91532f52
Octal347275314022141152357122
Binary111001111011110111001100010010110010011010100111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDCC; }

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

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

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

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

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

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

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

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