#C6ABD8

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

Shades of Perfume #C6ABD8

Tints of Perfume #C6ABD8

Color information

#C6ABD8 (or 0xC6ABD8) is unknown color: approx Perfume. HEX triplet: C6, AB and D8. RGB value is (198,171,216). Sum of RGB (Red+Green+Blue) = 198+171+216=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #C6ABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABD8 is #395427. Grayscale: #B8B8B8. Windows color (decimal): -3757096 or 14199750. OLE color: 14199750.

HSL color Cylindrical-coordinate representation of color #C6ABD8: hue angle of 276º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6ABD8 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198171216-
CMYK0.080.2100.15
HSL276º36.59%75.88%-
HSV(B)276º20.83%84.71%-
XYZ50.2546.0971.21-
YUV184.2145.95137.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.85%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 216 (84.77% from 255) = 36.92%
R=33.85%
G=29.23%
B=36.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981712160.080.2100.1527636.5975.88
HexC6ABD88150F114254c
Octal306253330102501742445114
Binary110001101010101111011000100010101011111000101001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABD8; }

 p { color: rgb(198,171,216); }

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

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

 a { background-color: rgb(198,171,216); }

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

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

 span { border-color: rgb(198,171,216); }

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