#E6AFC7

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

Shades of Chantilly #E6AFC7

Tints of Chantilly #E6AFC7

Color information

#E6AFC7 (or 0xE6AFC7) is unknown color: approx Chantilly. HEX triplet: E6, AF and C7. RGB value is (230,175,199). Sum of RGB (Red+Green+Blue) = 230+175+199=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFC7 is #195038. Grayscale: #C2C2C2. Windows color (decimal): -1658937 or 13086694. OLE color: 13086694.

HSL color Cylindrical-coordinate representation of color #E6AFC7: hue angle of 333.82º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFC7 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB230175199-
CMYK00.240.130.10
HSL333.82º52.38%79.41%-
HSV(B)333.82º23.91%90.2%-
XYZ58.2751.6160.92-
YUV194.18130.72153.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.08%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=38.08%
G=28.97%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017519900.240.130.10333.8252.3879.41
HexE6AFC7018DA14e344f
Octal346257307030151251664117
Binary111001101010111111000111011000110110101010011101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFC7; }

 p { color: rgb(230,175,199); }

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

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

 a { background-color: rgb(230,175,199); }

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

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

 span { border-color: rgb(230,175,199); }

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