#C9AAEA

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

Shades of Perfume #C9AAEA

Tints of Perfume #C9AAEA

Color information

#C9AAEA (or 0xC9AAEA) is unknown color: approx Perfume. HEX triplet: C9, AA and EA. RGB value is (201,170,234). Sum of RGB (Red+Green+Blue) = 201+170+234=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 170 (66.80% from 255 or 28.10% 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 #C9AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AAEA is #365515. Grayscale: #BABABA. Windows color (decimal): -3560726 or 15379145. OLE color: 15379145.

HSL color Cylindrical-coordinate representation of color #C9AAEA: hue angle of 269.06º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9AAEA is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201170234-
CMYK0.140.2700.08
HSL269.06º60.38%79.22%-
HSV(B)269.06º27.35%91.76%-
XYZ53.3147.1184.12-
YUV186.56154.77138.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.22%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=33.22%
G=28.10%
B=38.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011702340.140.2700.08269.0660.3879.22
HexC9AAEAE1B0810d3c4f
Octal311252352163301041574117
Binary110010011010101011101010111011011010001000011011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AAEA; }

 p { color: rgb(201,170,234); }

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

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

 a { background-color: rgb(201,170,234); }

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

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

 span { border-color: rgb(201,170,234); }

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