#E8AFC8

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

Shades of Chantilly #E8AFC8

Tints of Chantilly #E8AFC8

Color information

#E8AFC8 (or 0xE8AFC8) is unknown color: approx Chantilly. HEX triplet: E8, AF and C8. RGB value is (232,175,200). Sum of RGB (Red+Green+Blue) = 232+175+200=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFC8 is #175037. Grayscale: #C2C2C2. Windows color (decimal): -1527864 or 13152232. OLE color: 13152232.

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

Color convert

RGB232175200-
CMYK00.250.140.09
HSL333.68º55.34%79.8%-
HSV(B)333.68º24.57%90.98%-
XYZ59.0351.9961.57-
YUV194.89130.88154.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.22%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 200 (78.52% from 255) = 32.95%
R=38.22%
G=28.83%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217520000.250.140.09333.6855.3479.8
HexE8AFC8019E914e3750
Octal350257310031161151667120
Binary111010001010111111001000011001111010011010011101101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFC8; }

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

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

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

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

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

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

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

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