#E8B2CB

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

Shades of Chantilly #E8B2CB

Tints of Chantilly #E8B2CB

Color information

#E8B2CB (or 0xE8B2CB) is unknown color: approx Chantilly. HEX triplet: E8, B2 and CB. RGB value is (232,178,203). Sum of RGB (Red+Green+Blue) = 232+178+203=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B2CB is #174D34. Grayscale: #C4C4C4. Windows color (decimal): -1527093 or 13349608. OLE color: 13349608.

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

Color convert

RGB232178203-
CMYK00.230.120.09
HSL332.22º54%80.39%-
HSV(B)332.22º23.28%90.98%-
XYZ59.9853.3163.63-
YUV197131.39152.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.85%
GREEN value IS 178 (69.92% from 255) = 29.04%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=37.85%
G=29.04%
B=33.12%

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
Decimal23217820300.230.120.09332.225480.39
HexE8B2CB017C914c3650
Octal350262313027141151466120
Binary111010001011001011001011010111110010011010011001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B2CB; }

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

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

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

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

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

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

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

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