#EAC0CB

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

Shades of Chantilly #EAC0CB

Tints of Chantilly #EAC0CB

Color information

#EAC0CB (or 0xEAC0CB) is unknown color: approx Chantilly. HEX triplet: EA, C0 and CB. RGB value is (234,192,203). Sum of RGB (Red+Green+Blue) = 234+192+203=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0CB is #153F34. Grayscale: #CDCDCD. Windows color (decimal): -1392437 or 13353194. OLE color: 13353194.

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

Color convert

RGB234192203-
CMYK00.180.130.08
HSL344.29º50%83.53%-
HSV(B)344.29º17.95%91.76%-
XYZ63.5659.564.64-
YUV205.81126.41148.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 192 (75.39% from 255) = 30.52%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=37.20%
G=30.52%
B=32.27%

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
Decimal23419220300.180.130.08344.295083.53
HexEAC0CB012D81583254
Octal352300313022151053062124
Binary111010101100000011001011010010110110001010110001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0CB; }

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

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

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

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

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

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

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

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