#C6A9DF

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

Shades of Perfume #C6A9DF

Tints of Perfume #C6A9DF

Color information

#C6A9DF (or 0xC6A9DF) is unknown color: approx Perfume. HEX triplet: C6, A9 and DF. RGB value is (198,169,223). Sum of RGB (Red+Green+Blue) = 198+169+223=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A9DF is #395620. Grayscale: #B7B7B7. Windows color (decimal): -3757601 or 14657990. OLE color: 14657990.

HSL color Cylindrical-coordinate representation of color #C6A9DF: hue angle of 272.22º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6A9DF is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198169223-
CMYK0.110.2400.13
HSL272.22º45.76%76.86%-
HSV(B)272.22º24.22%87.45%-
XYZ50.845.7175.96-
YUV183.83150.11138.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.56%
GREEN value IS 169 (66.41% from 255) = 28.64%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=33.56%
G=28.64%
B=37.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981692230.110.2400.13272.2245.7676.86
HexC6A9DFB180D1102e4d
Octal306251337133001542056115
Binary110001101010100111011111101111000011011000100001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A9DF; }

 p { color: rgb(198,169,223); }

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

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

 a { background-color: rgb(198,169,223); }

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

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

 span { border-color: rgb(198,169,223); }

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