#EABDC5

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

Shades of Chantilly #EABDC5

Tints of Chantilly #EABDC5

Color information

#EABDC5 (or 0xEABDC5) is unknown color: approx Chantilly. HEX triplet: EA, BD and C5. RGB value is (234,189,197). Sum of RGB (Red+Green+Blue) = 234+189+197=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDC5 is #15423A. Grayscale: #CBCBCB. Windows color (decimal): -1393211 or 12959210. OLE color: 12959210.

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

Color convert

RGB234189197-
CMYK00.190.160.08
HSL349.33º51.72%82.94%-
HSV(B)349.33º19.23%91.76%-
XYZ62.2157.9260.72-
YUV203.37124.41149.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 197 (77.34% from 255) = 31.77%
R=37.74%
G=30.48%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418919700.190.160.08349.3351.7282.94
HexEABDC501310815d3453
Octal352275305023201053564123
Binary1110101010111101110001010100111000010001010111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDC5; }

 p { color: rgb(234,189,197); }

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

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

 a { background-color: rgb(234,189,197); }

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

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

 span { border-color: rgb(234,189,197); }

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