#EAB6CC

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

Shades of Chantilly #EAB6CC

Tints of Chantilly #EAB6CC

Color information

#EAB6CC (or 0xEAB6CC) is unknown color: approx Chantilly. HEX triplet: EA, B6 and CC. RGB value is (234,182,204). Sum of RGB (Red+Green+Blue) = 234+182+204=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6CC is #154933. Grayscale: #C8C8C8. Windows color (decimal): -1394996 or 13416170. OLE color: 13416170.

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

Color convert

RGB234182204-
CMYK00.220.130.08
HSL334.62º55.32%81.57%-
HSV(B)334.62º22.22%91.76%-
XYZ61.5655.3164.56-
YUV200.06130.23152.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 182 (71.48% from 255) = 29.35%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=37.74%
G=29.35%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418220400.220.130.08334.6255.3281.57
HexEAB6CC016D814f3752
Octal352266314026151051767122
Binary111010101011011011001100010110110110001010011111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6CC; }

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

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

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

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

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

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

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

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