#E8B4CC

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

Shades of Chantilly #E8B4CC

Tints of Chantilly #E8B4CC

Color information

#E8B4CC (or 0xE8B4CC) is unknown color: approx Chantilly. HEX triplet: E8, B4 and CC. RGB value is (232,180,204). Sum of RGB (Red+Green+Blue) = 232+180+204=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B4CC is #174B33. Grayscale: #C6C6C6. Windows color (decimal): -1526580 or 13415656. OLE color: 13415656.

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

Color convert

RGB232180204-
CMYK00.220.120.09
HSL332.31º53.06%80.78%-
HSV(B)332.31º22.41%90.98%-
XYZ60.554.1664.39-
YUV198.28131.23152.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.66%
GREEN value IS 180 (70.70% from 255) = 29.22%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=37.66%
G=29.22%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218020400.220.120.09332.3153.0680.78
HexE8B4CC016C914c3551
Octal350264314026141151465121
Binary111010001011010011001100010110110010011010011001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B4CC; }

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

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

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

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

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

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

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

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