#EAB6CD

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

Shades of Chantilly #EAB6CD

Tints of Chantilly #EAB6CD

Color information

#EAB6CD (or 0xEAB6CD) is unknown color: approx Chantilly. HEX triplet: EA, B6 and CD. RGB value is (234,182,205). Sum of RGB (Red+Green+Blue) = 234+182+205=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6CD is #154932. Grayscale: #C8C8C8. Windows color (decimal): -1394995 or 13481706. OLE color: 13481706.

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

Color convert

RGB234182205-
CMYK00.220.120.08
HSL333.46º55.32%81.57%-
HSV(B)333.46º22.22%91.76%-
XYZ61.6855.3665.19-
YUV200.17130.73152.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 182 (71.48% from 255) = 29.31%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=37.68%
G=29.31%
B=33.01%

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
Decimal23418220500.220.120.08333.4655.3281.57
HexEAB6CD016C814d3752
Octal352266315026141051567122
Binary111010101011011011001101010110110010001010011011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6CD; }

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

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

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

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

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

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

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

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