#EABFC7

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

Shades of Chantilly #EABFC7

Tints of Chantilly #EABFC7

Color information

#EABFC7 (or 0xEABFC7) is unknown color: approx Chantilly. HEX triplet: EA, BF and C7. RGB value is (234,191,199). Sum of RGB (Red+Green+Blue) = 234+191+199=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFC7 is #154038. Grayscale: #CCCCCC. Windows color (decimal): -1392697 or 13090794. OLE color: 13090794.

HSL color Cylindrical-coordinate representation of color #EABFC7: hue angle of 348.84º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EABFC7 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB234191199-
CMYK00.180.150.08
HSL348.84º50.59%83.33%-
HSV(B)348.84º18.38%91.76%-
XYZ62.8758.8862.08-
YUV204.77124.75148.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 199 (78.12% from 255) = 31.89%
R=37.5%
G=30.61%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419119900.180.150.08348.8450.5983.33
HexEABFC7012F815d3353
Octal352277307022171053563123
Binary111010101011111111000111010010111110001010111011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFC7; }

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

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

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

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

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

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

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

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