#EAC2C8

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

Shades of Chantilly #EAC2C8

Tints of Chantilly #EAC2C8

Color information

#EAC2C8 (or 0xEAC2C8) is unknown color: approx Chantilly. HEX triplet: EA, C2 and C8. RGB value is (234,194,200). Sum of RGB (Red+Green+Blue) = 234+194+200=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2C8 is #153D37. Grayscale: #CECECE. Windows color (decimal): -1391928 or 13157098. OLE color: 13157098.

HSL color Cylindrical-coordinate representation of color #EAC2C8: hue angle of 351º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC2C8 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB234194200-
CMYK00.170.150.08
HSL351º48.78%83.92%-
HSV(B)351º17.09%91.76%-
XYZ63.6560.2562.92-
YUV206.64124.25147.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 194 (76.17% from 255) = 30.89%
BLUE value IS 200 (78.52% from 255) = 31.85%
R=37.26%
G=30.89%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419420000.170.150.0835148.7883.92
HexEAC2C8011F815f3154
Octal352302310021171053761124
Binary111010101100001011001000010001111110001010111111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2C8; }

 p { color: rgb(234,194,200); }

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

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

 a { background-color: rgb(234,194,200); }

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

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

 span { border-color: rgb(234,194,200); }

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