#E7BDC6

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

Shades of Chantilly #E7BDC6

Tints of Chantilly #E7BDC6

Color information

#E7BDC6 (or 0xE7BDC6) is unknown color: approx Chantilly. HEX triplet: E7, BD and C6. RGB value is (231,189,198). Sum of RGB (Red+Green+Blue) = 231+189+198=618 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.38% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDC6 is #184239. Grayscale: #CACACA. Windows color (decimal): -1589818 or 13024743. OLE color: 13024743.

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

Color convert

RGB231189198-
CMYK00.180.140.09
HSL347.14º46.67%82.35%-
HSV(B)347.14º18.18%90.59%-
XYZ61.3557.4661.28-
YUV202.58125.41148.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.38%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=37.38%
G=30.58%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118919800.180.140.09347.1446.6782.35
HexE7BDC6012E915b2f52
Octal347275306022161153357122
Binary111001111011110111000110010010111010011010110111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDC6; }

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

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

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

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

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

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

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

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