#EAC5CB

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

Shades of Chantilly #EAC5CB

Tints of Chantilly #EAC5CB

Color information

#EAC5CB (or 0xEAC5CB) is unknown color: approx Chantilly. HEX triplet: EA, C5 and CB. RGB value is (234,197,203). Sum of RGB (Red+Green+Blue) = 234+197+203=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5CB is #153A34. Grayscale: #D0D0D0. Windows color (decimal): -1391157 or 13354474. OLE color: 13354474.

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

Color convert

RGB234197203-
CMYK00.160.130.08
HSL350.27º46.84%84.51%-
HSV(B)350.27º15.81%91.76%-
XYZ64.6861.7465.01-
YUV208.75124.76146.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 197 (77.34% from 255) = 31.07%
BLUE value IS 203 (79.69% from 255) = 32.02%
R=36.91%
G=31.07%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419720300.160.130.08350.2746.8484.51
HexEAC5CB010D815e2f55
Octal352305313020151053657125
Binary111010101100010111001011010000110110001010111101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5CB; }

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

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

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

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

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

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

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

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