#EAB5CA

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

Shades of Chantilly #EAB5CA

Tints of Chantilly #EAB5CA

Color information

#EAB5CA (or 0xEAB5CA) is unknown color: approx Chantilly. HEX triplet: EA, B5 and CA. RGB value is (234,181,202). Sum of RGB (Red+Green+Blue) = 234+181+202=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 181 (71.09% from 255 or 29.34% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5CA is #154A35. Grayscale: #C7C7C7. Windows color (decimal): -1395254 or 13284842. OLE color: 13284842.

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

Color convert

RGB234181202-
CMYK00.230.140.08
HSL336.23º55.79%81.37%-
HSV(B)336.23º22.65%91.76%-
XYZ61.1254.863.23-
YUV199.24129.56152.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 181 (71.09% from 255) = 29.34%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=37.93%
G=29.34%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418120200.230.140.08336.2355.7981.37
HexEAB5CA017E81503851
Octal352265312027161052070121
Binary111010101011010111001010010111111010001010100001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB5CA; }

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

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

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

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

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

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

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

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