#E8C6CD

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

Shades of Chantilly #E8C6CD

Tints of Chantilly #E8C6CD

Color information

#E8C6CD (or 0xE8C6CD) is unknown color: approx Chantilly. HEX triplet: E8, C6 and CD. RGB value is (232,198,205). Sum of RGB (Red+Green+Blue) = 232+198+205=635 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.54% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C6CD is #173932. Grayscale: #D0D0D0. Windows color (decimal): -1521971 or 13485800. OLE color: 13485800.

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

Color convert

RGB232198205-
CMYK00.150.120.09
HSL347.65º42.5%84.31%-
HSV(B)347.65º14.66%90.98%-
XYZ64.4961.9566.32-
YUV208.96125.76144.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.54%
GREEN value IS 198 (77.73% from 255) = 31.18%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=36.54%
G=31.18%
B=32.28%

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
Decimal23219820500.150.120.09347.6542.584.31
HexE8C6CD0FC915c2a54
Octal350306315017141153452124
Binary11101000110001101100110101111110010011010111001010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C6CD; }

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

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

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

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

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

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

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

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