#E8C6CB

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

Shades of Chantilly #E8C6CB

Tints of Chantilly #E8C6CB

Color information

#E8C6CB (or 0xE8C6CB) is unknown color: approx Chantilly. HEX triplet: E8, C6 and CB. RGB value is (232,198,203). Sum of RGB (Red+Green+Blue) = 232+198+203=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C6CB is #173934. Grayscale: #D0D0D0. Windows color (decimal): -1521973 or 13354728. OLE color: 13354728.

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

Color convert

RGB232198203-
CMYK00.150.120.09
HSL351.18º42.5%84.31%-
HSV(B)351.18º14.66%90.98%-
XYZ64.2561.8665.05-
YUV208.74124.76144.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.65%
GREEN value IS 198 (77.73% from 255) = 31.28%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=36.65%
G=31.28%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219820300.150.120.09351.1842.584.31
HexE8C6CB0FC915f2a54
Octal350306313017141153752124
Binary11101000110001101100101101111110010011010111111010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C6CB; }

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

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

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

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

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

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

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

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