#E7BDCA

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

Shades of Chantilly #E7BDCA

Tints of Chantilly #E7BDCA

Color information

#E7BDCA (or 0xE7BDCA) is unknown color: approx Chantilly. HEX triplet: E7, BD and CA. RGB value is (231,189,202). Sum of RGB (Red+Green+Blue) = 231+189+202=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDCA is #184235. Grayscale: #CBCBCB. Windows color (decimal): -1589814 or 13286887. OLE color: 13286887.

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

Color convert

RGB231189202-
CMYK00.180.130.09
HSL341.43º46.67%82.35%-
HSV(B)341.43º18.18%90.59%-
XYZ61.8157.6563.75-
YUV203.04127.41147.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.14%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=37.14%
G=30.39%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118920200.180.130.09341.4346.6782.35
HexE7BDCA012D91552f52
Octal347275312022151152557122
Binary111001111011110111001010010010110110011010101011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDCA; }

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

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

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

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

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

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

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

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