#C6AFD9

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

Shades of Perfume #C6AFD9

Tints of Perfume #C6AFD9

Color information

#C6AFD9 (or 0xC6AFD9) is unknown color: approx Perfume. HEX triplet: C6, AF and D9. RGB value is (198,175,217). Sum of RGB (Red+Green+Blue) = 198+175+217=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #C6AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFD9 is #395026. Grayscale: #BABABA. Windows color (decimal): -3756071 or 14266310. OLE color: 14266310.

HSL color Cylindrical-coordinate representation of color #C6AFD9: hue angle of 272.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6AFD9 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198175217-
CMYK0.090.1900.15
HSL272.86º35.59%76.86%-
HSV(B)272.86º19.35%85.1%-
XYZ51.1447.6872.15-
YUV186.66145.12136.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.56%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 217 (85.16% from 255) = 36.78%
R=33.56%
G=29.66%
B=36.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981752170.090.1900.15272.8635.5976.86
HexC6AFD99130F111244d
Octal306257331112301742144115
Binary110001101010111111011001100110011011111000100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFD9; }

 p { color: rgb(198,175,217); }

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

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

 a { background-color: rgb(198,175,217); }

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

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

 span { border-color: rgb(198,175,217); }

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