#EABEC6

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

Shades of Chantilly #EABEC6

Tints of Chantilly #EABEC6

Color information

#EABEC6 (or 0xEABEC6) is unknown color: approx Chantilly. HEX triplet: EA, BE and C6. RGB value is (234,190,198). Sum of RGB (Red+Green+Blue) = 234+190+198=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEC6 is #154139. Grayscale: #CCCCCC. Windows color (decimal): -1392954 or 13025002. OLE color: 13025002.

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

Color convert

RGB234190198-
CMYK00.190.150.08
HSL349.09º51.16%83.14%-
HSV(B)349.09º18.8%91.76%-
XYZ62.5458.461.4-
YUV204.07124.58149.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 198 (77.73% from 255) = 31.83%
R=37.62%
G=30.55%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419019800.190.150.08349.0951.1683.14
HexEABEC6013F815d3353
Octal352276306023171053563123
Binary111010101011111011000110010011111110001010111011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEC6; }

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

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

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

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

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

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

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

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