#EAC0C8

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

Shades of Chantilly #EAC0C8

Tints of Chantilly #EAC0C8

Color information

#EAC0C8 (or 0xEAC0C8) is unknown color: approx Chantilly. HEX triplet: EA, C0 and C8. RGB value is (234,192,200). Sum of RGB (Red+Green+Blue) = 234+192+200=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0C8 is #153F37. Grayscale: #CDCDCD. Windows color (decimal): -1392440 or 13156586. OLE color: 13156586.

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

Color convert

RGB234192200-
CMYK00.180.150.08
HSL348.57º50%83.53%-
HSV(B)348.57º17.95%91.76%-
XYZ63.2159.3662.77-
YUV205.47124.91148.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 192 (75.39% from 255) = 30.67%
BLUE value IS 200 (78.52% from 255) = 31.95%
R=37.38%
G=30.67%
B=31.95%

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
Decimal23419220000.180.150.08348.575083.53
HexEAC0C8012F815d3254
Octal352300310022171053562124
Binary111010101100000011001000010010111110001010111011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0C8; }

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

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

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

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

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

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

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

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