#E8BDCC

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

Shades of Chantilly #E8BDCC

Tints of Chantilly #E8BDCC

Color information

#E8BDCC (or 0xE8BDCC) is unknown color: approx Chantilly. HEX triplet: E8, BD and CC. RGB value is (232,189,204). Sum of RGB (Red+Green+Blue) = 232+189+204=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDCC is #174233. Grayscale: #CBCBCB. Windows color (decimal): -1524276 or 13417960. OLE color: 13417960.

HSL color Cylindrical-coordinate representation of color #E8BDCC: hue angle of 339.07º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BDCC is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232189204-
CMYK00.190.120.09
HSL339.07º48.31%82.55%-
HSV(B)339.07º18.53%90.98%-
XYZ62.3857.9165.02-
YUV203.57128.25148.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.12%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=37.12%
G=30.24%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218920400.190.120.09339.0748.3182.55
HexE8BDCC013C91533053
Octal350275314023141152360123
Binary111010001011110111001100010011110010011010100111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDCC; }

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

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

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

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

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

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

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

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