#C6ADEA

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

Shades of Perfume #C6ADEA

Tints of Perfume #C6ADEA

Color information

#C6ADEA (or 0xC6ADEA) is unknown color: approx Perfume. HEX triplet: C6, AD and EA. RGB value is (198,173,234). Sum of RGB (Red+Green+Blue) = 198+173+234=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADEA is #395215. Grayscale: #BBBBBB. Windows color (decimal): -3756566 or 15379910. OLE color: 15379910.

HSL color Cylindrical-coordinate representation of color #C6ADEA: hue angle of 264.59º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6ADEA is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198173234-
CMYK0.150.2600.08
HSL264.59º59.22%79.8%-
HSV(B)264.59º26.07%91.76%-
XYZ53.0847.8384.28-
YUV187.43154.28135.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.73%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=32.73%
G=28.60%
B=38.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981732340.150.2600.08264.5959.2279.8
HexC6ADEAF1A081093b50
Octal306255352173201041173120
Binary110001101010110111101010111111010010001000010011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADEA; }

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

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

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

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

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

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

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

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