#C6ADDA

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

Shades of Perfume #C6ADDA

Tints of Perfume #C6ADDA

Color information

#C6ADDA (or 0xC6ADDA) is unknown color: approx Perfume. HEX triplet: C6, AD and DA. RGB value is (198,173,218). Sum of RGB (Red+Green+Blue) = 198+173+218=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADDA is #395225. Grayscale: #B9B9B9. Windows color (decimal): -3756582 or 14331334. OLE color: 14331334.

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

Color convert

RGB198173218-
CMYK0.090.2100.15
HSL273.33º37.82%76.67%-
HSV(B)273.33º20.64%85.49%-
XYZ50.8946.9572.71-
YUV185.6146.28136.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.62%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=33.62%
G=29.37%
B=37.01%

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
Decimal1981732180.090.2100.15273.3337.8276.67
HexC6ADDA9150F111264d
Octal306255332112501742146115
Binary110001101010110111011010100110101011111000100011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADDA; }

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

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

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

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

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

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

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

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