#E8B4CA

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

Shades of Chantilly #E8B4CA

Tints of Chantilly #E8B4CA

Color information

#E8B4CA (or 0xE8B4CA) is unknown color: approx Chantilly. HEX triplet: E8, B4 and CA. RGB value is (232,180,202). Sum of RGB (Red+Green+Blue) = 232+180+202=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 180 (70.70% from 255 or 29.32% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B4CA is #174B35. Grayscale: #C6C6C6. Windows color (decimal): -1526582 or 13284584. OLE color: 13284584.

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

Color convert

RGB232180202-
CMYK00.220.130.09
HSL334.62º53.06%80.78%-
HSV(B)334.62º22.41%90.98%-
XYZ60.2654.0663.14-
YUV198.06130.23152.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.79%
GREEN value IS 180 (70.70% from 255) = 29.32%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=37.79%
G=29.32%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218020200.220.130.09334.6253.0680.78
HexE8B4CA016D914f3551
Octal350264312026151151765121
Binary111010001011010011001010010110110110011010011111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B4CA; }

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

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

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

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

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

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

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

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