#EABBC9

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

Shades of Chantilly #EABBC9

Tints of Chantilly #EABBC9

Color information

#EABBC9 (or 0xEABBC9) is unknown color: approx Chantilly. HEX triplet: EA, BB and C9. RGB value is (234,187,201). Sum of RGB (Red+Green+Blue) = 234+187+201=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBC9 is #154436. Grayscale: #CACACA. Windows color (decimal): -1393719 or 13220842. OLE color: 13220842.

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

Color convert

RGB234187201-
CMYK00.200.140.08
HSL342.13º52.81%82.55%-
HSV(B)342.13º20.09%91.76%-
XYZ62.2457.2563.03-
YUV202.65127.07150.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 201 (78.91% from 255) = 32.32%
R=37.62%
G=30.06%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418720100.200.140.08342.1352.8182.55
HexEABBC9014E81563553
Octal352273311024161052665123
Binary111010101011101111001001010100111010001010101101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBC9; }

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

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

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

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

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

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

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

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