#EAB5CD

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

Shades of Chantilly #EAB5CD

Tints of Chantilly #EAB5CD

Color information

#EAB5CD (or 0xEAB5CD) is unknown color: approx Chantilly. HEX triplet: EA, B5 and CD. RGB value is (234,181,205). Sum of RGB (Red+Green+Blue) = 234+181+205=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5CD is #154A32. Grayscale: #C7C7C7. Windows color (decimal): -1395251 or 13481450. OLE color: 13481450.

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

Color convert

RGB234181205-
CMYK00.230.120.08
HSL332.83º55.79%81.37%-
HSV(B)332.83º22.65%91.76%-
XYZ61.4854.9565.12-
YUV199.58131.06152.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 181 (71.09% from 255) = 29.19%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=37.74%
G=29.19%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418120500.230.120.08332.8355.7981.37
HexEAB5CD017C814d3851
Octal352265315027141051570121
Binary111010101011010111001101010111110010001010011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB5CD; }

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

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

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

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

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

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

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

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