#E7BDC7

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

Shades of Chantilly #E7BDC7

Tints of Chantilly #E7BDC7

Color information

#E7BDC7 (or 0xE7BDC7) is unknown color: approx Chantilly. HEX triplet: E7, BD and C7. RGB value is (231,189,199). Sum of RGB (Red+Green+Blue) = 231+189+199=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDC7 is #184238. Grayscale: #CACACA. Windows color (decimal): -1589817 or 13090279. OLE color: 13090279.

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

Color convert

RGB231189199-
CMYK00.180.140.09
HSL345.71º46.67%82.35%-
HSV(B)345.71º18.18%90.59%-
XYZ61.4657.5161.89-
YUV202.7125.91148.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.32%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 199 (78.12% from 255) = 32.15%
R=37.32%
G=30.53%
B=32.15%

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
Decimal23118919900.180.140.09345.7146.6782.35
HexE7BDC7012E915a2f52
Octal347275307022161153257122
Binary111001111011110111000111010010111010011010110101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDC7; }

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

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

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

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

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

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

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

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