#E7BDC5

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

Shades of Chantilly #E7BDC5

Tints of Chantilly #E7BDC5

Color information

#E7BDC5 (or 0xE7BDC5) is unknown color: approx Chantilly. HEX triplet: E7, BD and C5. RGB value is (231,189,197). Sum of RGB (Red+Green+Blue) = 231+189+197=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDC5 is #18423A. Grayscale: #CACACA. Windows color (decimal): -1589819 or 12959207. OLE color: 12959207.

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

Color convert

RGB231189197-
CMYK00.180.150.09
HSL348.57º46.67%82.35%-
HSV(B)348.57º18.18%90.59%-
XYZ61.2357.4260.68-
YUV202.47124.91148.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.44%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 197 (77.34% from 255) = 31.93%
R=37.44%
G=30.63%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118919700.180.150.09348.5746.6782.35
HexE7BDC5012F915d2f52
Octal347275305022171153557122
Binary111001111011110111000101010010111110011010111011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDC5; }

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

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

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

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

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

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

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

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