#E9AFC8

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

Shades of Chantilly #E9AFC8

Tints of Chantilly #E9AFC8

Color information

#E9AFC8 (or 0xE9AFC8) is unknown color: approx Chantilly. HEX triplet: E9, AF and C8. RGB value is (233,175,200). Sum of RGB (Red+Green+Blue) = 233+175+200=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFC8 is #165037. Grayscale: #C3C3C3. Windows color (decimal): -1462328 or 13152233. OLE color: 13152233.

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

Color convert

RGB233175200-
CMYK00.250.140.09
HSL334.14º56.86%80%-
HSV(B)334.14º24.89%91.37%-
XYZ59.3652.1561.58-
YUV195.19130.72154.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.32%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 200 (78.52% from 255) = 32.89%
R=38.32%
G=28.78%
B=32.89%

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
Decimal23317520000.250.140.09334.1456.8680
HexE9AFC8019E914e3950
Octal351257310031161151671120
Binary111010011010111111001000011001111010011010011101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFC8; }

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

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

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

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

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

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

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

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