#EAB2C9

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

Shades of Chantilly #EAB2C9

Tints of Chantilly #EAB2C9

Color information

#EAB2C9 (or 0xEAB2C9) is unknown color: approx Chantilly. HEX triplet: EA, B2 and C9. RGB value is (234,178,201). Sum of RGB (Red+Green+Blue) = 234+178+201=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2C9 is #154D36. Grayscale: #C5C5C5. Windows color (decimal): -1396023 or 13218538. OLE color: 13218538.

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

Color convert

RGB234178201-
CMYK00.240.140.08
HSL335.36º57.14%80.78%-
HSV(B)335.36º23.93%91.76%-
XYZ60.3953.5562.41-
YUV197.37130.05154.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 178 (69.92% from 255) = 29.04%
BLUE value IS 201 (78.91% from 255) = 32.79%
R=38.17%
G=29.04%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417820100.240.140.08335.3657.1480.78
HexEAB2C9018E814f3951
Octal352262311030161051771121
Binary111010101011001011001001011000111010001010011111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2C9; }

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

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

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

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

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

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

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

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