#EABFCC

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

Shades of Chantilly #EABFCC

Tints of Chantilly #EABFCC

Color information

#EABFCC (or 0xEABFCC) is unknown color: approx Chantilly. HEX triplet: EA, BF and CC. RGB value is (234,191,204). Sum of RGB (Red+Green+Blue) = 234+191+204=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFCC is #154033. Grayscale: #CDCDCD. Windows color (decimal): -1392692 or 13418474. OLE color: 13418474.

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

Color convert

RGB234191204-
CMYK00.180.130.08
HSL341.86º50.59%83.33%-
HSV(B)341.86º18.38%91.76%-
XYZ63.4659.1165.19-
YUV205.34127.25148.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=37.20%
G=30.37%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419120400.180.130.08341.8650.5983.33
HexEABFCC012D81563353
Octal352277314022151052663123
Binary111010101011111111001100010010110110001010101101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFCC; }

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

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

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

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

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

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

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

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