#E9AFCA

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

Shades of Chantilly #E9AFCA

Tints of Chantilly #E9AFCA

Color information

#E9AFCA (or 0xE9AFCA) is unknown color: approx Chantilly. HEX triplet: E9, AF and CA. RGB value is (233,175,202). Sum of RGB (Red+Green+Blue) = 233+175+202=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFCA is #165035. Grayscale: #C3C3C3. Windows color (decimal): -1462326 or 13283305. OLE color: 13283305.

HSL color Cylindrical-coordinate representation of color #E9AFCA: hue angle of 332.07º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9AFCA is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB233175202-
CMYK00.250.130.09
HSL332.07º56.86%80%-
HSV(B)332.07º24.89%91.37%-
XYZ59.5952.2562.82-
YUV195.42131.72154.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.20%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=38.20%
G=28.69%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317520200.250.130.09332.0756.8680
HexE9AFCA019D914c3950
Octal351257312031151151471120
Binary111010011010111111001010011001110110011010011001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFCA; }

 p { color: rgb(233,175,202); }

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

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

 a { background-color: rgb(233,175,202); }

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

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

 span { border-color: rgb(233,175,202); }

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