#C6ABDD

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

Shades of Perfume #C6ABDD

Tints of Perfume #C6ABDD

Color information

#C6ABDD (or 0xC6ABDD) is unknown color: approx Perfume. HEX triplet: C6, AB and DD. RGB value is (198,171,221). Sum of RGB (Red+Green+Blue) = 198+171+221=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABDD is #395422. Grayscale: #B8B8B8. Windows color (decimal): -3757091 or 14527430. OLE color: 14527430.

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

Color convert

RGB198171221-
CMYK0.100.2300.13
HSL272.4º42.37%76.86%-
HSV(B)272.4º22.62%86.67%-
XYZ50.946.3574.67-
YUV184.77148.45137.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.56%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=33.56%
G=28.98%
B=37.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981712210.100.2300.13272.442.3776.86
HexC6ABDDA170D1102a4d
Octal306253335122701542052115
Binary110001101010101111011101101010111011011000100001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABDD; }

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

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

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

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

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

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

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

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