#C9AAEE

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

Shades of Perfume #C9AAEE

Tints of Perfume #C9AAEE

Color information

#C9AAEE (or 0xC9AAEE) is unknown color: approx Perfume. HEX triplet: C9, AA and EE. RGB value is (201,170,238). Sum of RGB (Red+Green+Blue) = 201+170+238=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AAEE is #365511. Grayscale: #BABABA. Windows color (decimal): -3560722 or 15641289. OLE color: 15641289.

HSL color Cylindrical-coordinate representation of color #C9AAEE: hue angle of 267.35º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9AAEE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201170238-
CMYK0.160.2900.07
HSL267.35º66.67%80%-
HSV(B)267.35º28.57%93.33%-
XYZ53.8947.3487.19-
YUV187.02156.77137.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.00%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=33.00%
G=27.91%
B=39.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011702380.160.2900.07267.3566.6780
HexC9AAEE101D0710b4350
Octal311252356203507413103120
Binary1100100110101010111011101000011101011110000101110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AAEE; }

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

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

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

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

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

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

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

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