#C6AAE7

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

Shades of Perfume #C6AAE7

Tints of Perfume #C6AAE7

Color information

#C6AAE7 (or 0xC6AAE7) is unknown color: approx Perfume. HEX triplet: C6, AA and E7. RGB value is (198,170,231). Sum of RGB (Red+Green+Blue) = 198+170+231=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 231 - color contains mainly: blue. Hex color #C6AAE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAE7 is #395518. Grayscale: #B9B9B9. Windows color (decimal): -3757337 or 15182534. OLE color: 15182534.

HSL color Cylindrical-coordinate representation of color #C6AAE7: hue angle of 267.54º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6AAE7 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB198170231-
CMYK0.140.2600.09
HSL267.54º55.96%78.63%-
HSV(B)267.54º26.41%90.59%-
XYZ52.0946.5281.84-
YUV185.33153.78137.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.06%
GREEN value IS 170 (66.80% from 255) = 28.38%
BLUE value IS 231 (90.62% from 255) = 38.56%
R=33.06%
G=28.38%
B=38.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1981702310.140.2600.09267.5455.9678.63
HexC6AAE7E1A0910c384f
Octal306252347163201141470117
Binary110001101010101011100111111011010010011000011001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AAE7; }

 p { color: rgb(198,170,231); }

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

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

 a { background-color: rgb(198,170,231); }

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

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

 span { border-color: rgb(198,170,231); }

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