#EABBC7

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

Shades of Chantilly #EABBC7

Tints of Chantilly #EABBC7

Color information

#EABBC7 (or 0xEABBC7) is unknown color: approx Chantilly. HEX triplet: EA, BB and C7. RGB value is (234,187,199). Sum of RGB (Red+Green+Blue) = 234+187+199=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBC7 is #154438. Grayscale: #CACACA. Windows color (decimal): -1393721 or 13089770. OLE color: 13089770.

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

Color convert

RGB234187199-
CMYK00.200.150.08
HSL344.68º52.81%82.55%-
HSV(B)344.68º20.09%91.76%-
XYZ62.0157.1661.8-
YUV202.42126.07150.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 199 (78.12% from 255) = 32.10%
R=37.74%
G=30.16%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418719900.200.150.08344.6852.8182.55
HexEABBC7014F81593553
Octal352273307024171053165123
Binary111010101011101111000111010100111110001010110011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBC7; }

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

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

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

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

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

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

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

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