#EABCC6

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

Shades of Chantilly #EABCC6

Tints of Chantilly #EABCC6

Color information

#EABCC6 (or 0xEABCC6) is unknown color: approx Chantilly. HEX triplet: EA, BC and C6. RGB value is (234,188,198). Sum of RGB (Red+Green+Blue) = 234+188+198=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCC6 is #154339. Grayscale: #CACACA. Windows color (decimal): -1393466 or 13024490. OLE color: 13024490.

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

Color convert

RGB234188198-
CMYK00.200.150.08
HSL346.96º52.27%82.75%-
HSV(B)346.96º19.66%91.76%-
XYZ62.1157.5461.26-
YUV202.89125.24150.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 198 (77.73% from 255) = 31.94%
R=37.74%
G=30.32%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418819800.200.150.08346.9652.2782.75
HexEABCC6014F815b3453
Octal352274306024171053364123
Binary111010101011110011000110010100111110001010110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCC6; }

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

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

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

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

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

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

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

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