#EAB6CE

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

Shades of Chantilly #EAB6CE

Tints of Chantilly #EAB6CE

Color information

#EAB6CE (or 0xEAB6CE) is unknown color: approx Chantilly. HEX triplet: EA, B6 and CE. RGB value is (234,182,206). Sum of RGB (Red+Green+Blue) = 234+182+206=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6CE is #154931. Grayscale: #C8C8C8. Windows color (decimal): -1394994 or 13547242. OLE color: 13547242.

HSL color Cylindrical-coordinate representation of color #EAB6CE: hue angle of 332.31º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB6CE is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234182206-
CMYK00.220.120.08
HSL332.31º55.32%81.57%-
HSV(B)332.31º22.22%91.76%-
XYZ61.855.465.83-
YUV200.28131.23152.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 182 (71.48% from 255) = 29.26%
BLUE value IS 206 (80.86% from 255) = 33.12%
R=37.62%
G=29.26%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418220600.220.120.08332.3155.3281.57
HexEAB6CE016C814c3752
Octal352266316026141051467122
Binary111010101011011011001110010110110010001010011001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6CE; }

 p { color: rgb(234,182,206); }

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

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

 a { background-color: rgb(234,182,206); }

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

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

 span { border-color: rgb(234,182,206); }

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