#EAB7CD

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

Shades of Chantilly #EAB7CD

Tints of Chantilly #EAB7CD

Color information

#EAB7CD (or 0xEAB7CD) is unknown color: approx Chantilly. HEX triplet: EA, B7 and CD. RGB value is (234,183,205). Sum of RGB (Red+Green+Blue) = 234+183+205=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7CD is #154832. Grayscale: #C8C8C8. Windows color (decimal): -1394739 or 13481962. OLE color: 13481962.

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

Color convert

RGB234183205-
CMYK00.220.120.08
HSL334.12º54.84%81.76%-
HSV(B)334.12º21.79%91.76%-
XYZ61.8855.7765.26-
YUV200.76130.4151.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 183 (71.88% from 255) = 29.42%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=37.62%
G=29.42%
B=32.96%

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
Decimal23418320500.220.120.08334.1254.8481.76
HexEAB7CD016C814e3752
Octal352267315026141051667122
Binary111010101011011111001101010110110010001010011101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7CD; }

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

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

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

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

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

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

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

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