#EABCC2

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

Shades of Chantilly #EABCC2

Tints of Chantilly #EABCC2

Color information

#EABCC2 (or 0xEABCC2) is unknown color: approx Chantilly. HEX triplet: EA, BC and C2. RGB value is (234,188,194). Sum of RGB (Red+Green+Blue) = 234+188+194=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCC2 is #15433D. Grayscale: #CACACA. Windows color (decimal): -1393470 or 12762346. OLE color: 12762346.

HSL color Cylindrical-coordinate representation of color #EABCC2: hue angle of 352.17º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCC2 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB234188194-
CMYK00.200.170.08
HSL352.17º52.27%82.75%-
HSV(B)352.17º19.66%91.76%-
XYZ61.6557.3558.86-
YUV202.44123.24150.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 188 (73.83% from 255) = 30.52%
BLUE value IS 194 (76.17% from 255) = 31.49%
R=37.99%
G=30.52%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418819400.200.170.08352.1752.2782.75
HexEABCC20141181603453
Octal352274302024211054064123
Binary1110101010111100110000100101001000110001011000001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCC2; }

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

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

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

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

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

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

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

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