#EABBCC

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

Shades of Chantilly #EABBCC

Tints of Chantilly #EABBCC

Color information

#EABBCC (or 0xEABBCC) is unknown color: approx Chantilly. HEX triplet: EA, BB and CC. RGB value is (234,187,204). Sum of RGB (Red+Green+Blue) = 234+187+204=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBCC is #154433. Grayscale: #CACACA. Windows color (decimal): -1393716 or 13417450. OLE color: 13417450.

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

Color convert

RGB234187204-
CMYK00.200.130.08
HSL338.3º52.81%82.55%-
HSV(B)338.3º20.09%91.76%-
XYZ62.657.3964.91-
YUV202.99128.57150.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=37.44%
G=29.92%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418720400.200.130.08338.352.8182.55
HexEABBCC014D81523553
Octal352273314024151052265123
Binary111010101011101111001100010100110110001010100101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBCC; }

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

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

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

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

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

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

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

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