#EAB5C9

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

Shades of Chantilly #EAB5C9

Tints of Chantilly #EAB5C9

Color information

#EAB5C9 (or 0xEAB5C9) is unknown color: approx Chantilly. HEX triplet: EA, B5 and C9. RGB value is (234,181,201). Sum of RGB (Red+Green+Blue) = 234+181+201=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5C9 is #154A36. Grayscale: #C7C7C7. Windows color (decimal): -1395255 or 13219306. OLE color: 13219306.

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

Color convert

RGB234181201-
CMYK00.230.140.08
HSL337.36º55.79%81.37%-
HSV(B)337.36º22.65%91.76%-
XYZ6154.7662.61-
YUV199.13129.06152.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 181 (71.09% from 255) = 29.38%
BLUE value IS 201 (78.91% from 255) = 32.63%
R=37.99%
G=29.38%
B=32.63%

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
Decimal23418120100.230.140.08337.3655.7981.37
HexEAB5C9017E81513851
Octal352265311027161052170121
Binary111010101011010111001001010111111010001010100011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB5C9; }

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

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

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

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

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

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

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

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