#EAC1CB

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

Shades of Chantilly #EAC1CB

Tints of Chantilly #EAC1CB

Color information

#EAC1CB (or 0xEAC1CB) is unknown color: approx Chantilly. HEX triplet: EA, C1 and CB. RGB value is (234,193,203). Sum of RGB (Red+Green+Blue) = 234+193+203=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1CB is #153E34. Grayscale: #CECECE. Windows color (decimal): -1392181 or 13353450. OLE color: 13353450.

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

Color convert

RGB234193203-
CMYK00.180.130.08
HSL345.37º49.4%83.73%-
HSV(B)345.37º17.52%91.76%-
XYZ63.7859.9464.71-
YUV206.4126.08147.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 193 (75.78% from 255) = 30.63%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=37.14%
G=30.63%
B=32.22%

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
Decimal23419320300.180.130.08345.3749.483.73
HexEAC1CB012D81593154
Octal352301313022151053161124
Binary111010101100000111001011010010110110001010110011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1CB; }

 p { color: rgb(234,193,203); }

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

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

 a { background-color: rgb(234,193,203); }

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

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

 span { border-color: rgb(234,193,203); }

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