#E8C4CA

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

Shades of Chantilly #E8C4CA

Tints of Chantilly #E8C4CA

Color information

#E8C4CA (or 0xE8C4CA) is unknown color: approx Chantilly. HEX triplet: E8, C4 and CA. RGB value is (232,196,202). Sum of RGB (Red+Green+Blue) = 232+196+202=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C4CA is #173B35. Grayscale: #CFCFCF. Windows color (decimal): -1522486 or 13288680. OLE color: 13288680.

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

Color convert

RGB232196202-
CMYK00.160.130.09
HSL350º43.9%83.92%-
HSV(B)350º15.52%90.98%-
XYZ63.6860.964.28-
YUV207.45124.93145.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.83%
GREEN value IS 196 (76.95% from 255) = 31.11%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=36.83%
G=31.11%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219620200.160.130.0935043.983.92
HexE8C4CA010D915e2c54
Octal350304312020151153654124
Binary111010001100010011001010010000110110011010111101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C4CA; }

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

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

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

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

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

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

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

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