#C6ACDB

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

Shades of Perfume #C6ACDB

Tints of Perfume #C6ACDB

Color information

#C6ACDB (or 0xC6ACDB) is unknown color: approx Perfume. HEX triplet: C6, AC and DB. RGB value is (198,172,219). Sum of RGB (Red+Green+Blue) = 198+172+219=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACDB is #395324. Grayscale: #B8B8B8. Windows color (decimal): -3756837 or 14396614. OLE color: 14396614.

HSL color Cylindrical-coordinate representation of color #C6ACDB: hue angle of 273.19º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6ACDB is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198172219-
CMYK0.100.2100.14
HSL273.19º39.5%76.67%-
HSV(B)273.19º21.46%85.88%-
XYZ50.8346.6373.34-
YUV185.13147.11137.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.62%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=33.62%
G=29.20%
B=37.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981722190.100.2100.14273.1939.576.67
HexC6ACDBA150E111274d
Octal306254333122501642147115
Binary110001101010110011011011101010101011101000100011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACDB; }

 p { color: rgb(198,172,219); }

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

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

 a { background-color: rgb(198,172,219); }

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

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

 span { border-color: rgb(198,172,219); }

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