#C6AEEA

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

Shades of Perfume #C6AEEA

Tints of Perfume #C6AEEA

Color information

#C6AEEA (or 0xC6AEEA) is unknown color: approx Perfume. HEX triplet: C6, AE and EA. RGB value is (198,174,234). Sum of RGB (Red+Green+Blue) = 198+174+234=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AEEA is #395115. Grayscale: #BBBBBB. Windows color (decimal): -3756310 or 15380166. OLE color: 15380166.

HSL color Cylindrical-coordinate representation of color #C6AEEA: hue angle of 264º 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 #C6AEEA is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198174234-
CMYK0.150.2600.08
HSL264º58.82%80%-
HSV(B)264º25.64%91.76%-
XYZ53.2848.2284.34-
YUV188.02153.95135.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.67%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=32.67%
G=28.71%
B=38.61%

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
Decimal1981742340.150.2600.0826458.8280
HexC6AEEAF1A081083b50
Octal306256352173201041073120
Binary110001101010111011101010111111010010001000010001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AEEA; }

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

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

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

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

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

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

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

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