#EABDC3

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

Shades of Chantilly #EABDC3

Tints of Chantilly #EABDC3

Color information

#EABDC3 (or 0xEABDC3) is unknown color: approx Chantilly. HEX triplet: EA, BD and C3. RGB value is (234,189,195). Sum of RGB (Red+Green+Blue) = 234+189+195=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDC3 is #15423C. Grayscale: #CBCBCB. Windows color (decimal): -1393213 or 12828138. OLE color: 12828138.

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

Color convert

RGB234189195-
CMYK00.190.170.08
HSL352º51.72%82.94%-
HSV(B)352º19.23%91.76%-
XYZ61.9857.8359.52-
YUV203.14123.41150.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 195 (76.56% from 255) = 31.55%
R=37.86%
G=30.58%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418919500.190.170.0835251.7282.94
HexEABDC30131181603453
Octal352275303023211054064123
Binary1110101010111101110000110100111000110001011000001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDC3; }

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

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

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

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

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

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

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

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