#C6ACDA

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

Shades of Perfume #C6ACDA

Tints of Perfume #C6ACDA

Color information

#C6ACDA (or 0xC6ACDA) is unknown color: approx Perfume. HEX triplet: C6, AC and DA. RGB value is (198,172,218). Sum of RGB (Red+Green+Blue) = 198+172+218=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACDA is #395325. Grayscale: #B8B8B8. Windows color (decimal): -3756838 or 14331078. OLE color: 14331078.

HSL color Cylindrical-coordinate representation of color #C6ACDA: hue angle of 273.91º degrees, saturation: 0.38, 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 #C6ACDA is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198172218-
CMYK0.090.2100.15
HSL273.91º38.33%76.47%-
HSV(B)273.91º21.1%85.49%-
XYZ50.746.5772.65-
YUV185.02146.61137.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.67%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=33.67%
G=29.25%
B=37.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981722180.090.2100.15273.9138.3376.47
HexC6ACDA9150F112264c
Octal306254332112501742246114
Binary110001101010110011011010100110101011111000100101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACDA; }

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

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

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

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

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

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

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

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