#EAB5CC

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

Shades of Chantilly #EAB5CC

Tints of Chantilly #EAB5CC

Color information

#EAB5CC (or 0xEAB5CC) is unknown color: approx Chantilly. HEX triplet: EA, B5 and CC. RGB value is (234,181,204). Sum of RGB (Red+Green+Blue) = 234+181+204=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5CC is #154A33. Grayscale: #C7C7C7. Windows color (decimal): -1395252 or 13415914. OLE color: 13415914.

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

Color convert

RGB234181204-
CMYK00.230.130.08
HSL333.96º55.79%81.37%-
HSV(B)333.96º22.65%91.76%-
XYZ61.3554.964.49-
YUV199.47130.56152.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 181 (71.09% from 255) = 29.24%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=37.80%
G=29.24%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418120400.230.130.08333.9655.7981.37
HexEAB5CC017D814e3851
Octal352265314027151051670121
Binary111010101011010111001100010111110110001010011101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB5CC; }

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

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

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

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

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

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

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

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