#EABBC1

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

Shades of Chantilly #EABBC1

Tints of Chantilly #EABBC1

Color information

#EABBC1 (or 0xEABBC1) is unknown color: approx Chantilly. HEX triplet: EA, BB and C1. RGB value is (234,187,193). Sum of RGB (Red+Green+Blue) = 234+187+193=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBC1 is #15443E. Grayscale: #C9C9C9. Windows color (decimal): -1393727 or 12696554. OLE color: 12696554.

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

Color convert

RGB234187193-
CMYK00.200.180.08
HSL352.34º52.81%82.55%-
HSV(B)352.34º20.09%91.76%-
XYZ61.3356.8858.2-
YUV201.74123.07151.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 193 (75.78% from 255) = 31.43%
R=38.11%
G=30.46%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418719300.200.180.08352.3452.8182.55
HexEABBC10141281603553
Octal352273301024221054065123
Binary1110101010111011110000010101001001010001011000001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBC1; }

 p { color: rgb(234,187,193); }

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

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

 a { background-color: rgb(234,187,193); }

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

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

 span { border-color: rgb(234,187,193); }

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