#EABECD

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

Shades of Chantilly #EABECD

Tints of Chantilly #EABECD

Color information

#EABECD (or 0xEABECD) is unknown color: approx Chantilly. HEX triplet: EA, BE and CD. RGB value is (234,190,205). Sum of RGB (Red+Green+Blue) = 234+190+205=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EABECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABECD is #154132. Grayscale: #CCCCCC. Windows color (decimal): -1392947 or 13483754. OLE color: 13483754.

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

Color convert

RGB234190205-
CMYK00.190.120.08
HSL339.55º51.16%83.14%-
HSV(B)339.55º18.8%91.76%-
XYZ63.3658.7365.75-
YUV204.87128.08148.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=37.20%
G=30.21%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419020500.190.120.08339.5551.1683.14
HexEABECD013C81543353
Octal352276315023141052463123
Binary111010101011111011001101010011110010001010101001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABECD; }

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

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

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

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

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

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

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

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