#EABCC3

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

Shades of Chantilly #EABCC3

Tints of Chantilly #EABCC3

Color information

#EABCC3 (or 0xEABCC3) is unknown color: approx Chantilly. HEX triplet: EA, BC and C3. RGB value is (234,188,195). Sum of RGB (Red+Green+Blue) = 234+188+195=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCC3 is #15433C. Grayscale: #CACACA. Windows color (decimal): -1393469 or 12827882. OLE color: 12827882.

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

Color convert

RGB234188195-
CMYK00.200.170.08
HSL350.87º52.27%82.75%-
HSV(B)350.87º19.66%91.76%-
XYZ61.7757.459.45-
YUV202.55123.74150.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 188 (73.83% from 255) = 30.47%
BLUE value IS 195 (76.56% from 255) = 31.60%
R=37.93%
G=30.47%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418819500.200.170.08350.8752.2782.75
HexEABCC301411815f3453
Octal352274303024211053764123
Binary1110101010111100110000110101001000110001010111111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCC3; }

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

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

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

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

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

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

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

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