#E8B3CC

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

Shades of Chantilly #E8B3CC

Tints of Chantilly #E8B3CC

Color information

#E8B3CC (or 0xE8B3CC) is unknown color: approx Chantilly. HEX triplet: E8, B3 and CC. RGB value is (232,179,204). Sum of RGB (Red+Green+Blue) = 232+179+204=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B3CC is #174C33. Grayscale: #C5C5C5. Windows color (decimal): -1526836 or 13415400. OLE color: 13415400.

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

Color convert

RGB232179204-
CMYK00.230.120.09
HSL331.7º53.54%80.59%-
HSV(B)331.7º22.84%90.98%-
XYZ60.353.7664.32-
YUV197.7131.56152.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.72%
GREEN value IS 179 (70.31% from 255) = 29.11%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=37.72%
G=29.11%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217920400.230.120.09331.753.5480.59
HexE8B3CC017C914c3651
Octal350263314027141151466121
Binary111010001011001111001100010111110010011010011001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B3CC; }

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

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

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

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

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

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

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

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