#E8AFCA

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

Shades of Chantilly #E8AFCA

Tints of Chantilly #E8AFCA

Color information

#E8AFCA (or 0xE8AFCA) is unknown color: approx Chantilly. HEX triplet: E8, AF and CA. RGB value is (232,175,202). Sum of RGB (Red+Green+Blue) = 232+175+202=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFCA is #175035. Grayscale: #C3C3C3. Windows color (decimal): -1527862 or 13283304. OLE color: 13283304.

HSL color Cylindrical-coordinate representation of color #E8AFCA: hue angle of 331.58º degrees, saturation: 0.55, 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 #E8AFCA is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB232175202-
CMYK00.250.130.09
HSL331.58º55.34%79.8%-
HSV(B)331.58º24.57%90.98%-
XYZ59.2752.0862.81-
YUV195.12131.88154.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.10%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=38.10%
G=28.74%
B=33.17%

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
Decimal23217520200.250.130.09331.5855.3479.8
HexE8AFCA019D914c3750
Octal350257312031151151467120
Binary111010001010111111001010011001110110011010011001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFCA; }

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

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

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

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

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

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

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

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