#E8B3CB

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

Shades of Chantilly #E8B3CB

Tints of Chantilly #E8B3CB

Color information

#E8B3CB (or 0xE8B3CB) is unknown color: approx Chantilly. HEX triplet: E8, B3 and CB. RGB value is (232,179,203). Sum of RGB (Red+Green+Blue) = 232+179+203=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B3CB is #174C34. Grayscale: #C5C5C5. Windows color (decimal): -1526837 or 13349864. OLE color: 13349864.

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

Color convert

RGB232179203-
CMYK00.230.120.09
HSL332.83º53.54%80.59%-
HSV(B)332.83º22.84%90.98%-
XYZ60.1853.7163.69-
YUV197.58131.06152.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.79%
GREEN value IS 179 (70.31% from 255) = 29.15%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=37.79%
G=29.15%
B=33.06%

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
Decimal23217920300.230.120.09332.8353.5480.59
HexE8B3CB017C914d3651
Octal350263313027141151566121
Binary111010001011001111001011010111110010011010011011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B3CB; }

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

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

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

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

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

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

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

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