#C9AEEA

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

Shades of Perfume #C9AEEA

Tints of Perfume #C9AEEA

Color information

#C9AEEA (or 0xC9AEEA) is unknown color: approx Perfume. HEX triplet: C9, AE and EA. RGB value is (201,174,234). Sum of RGB (Red+Green+Blue) = 201+174+234=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AEEA is #365115. Grayscale: #BCBCBC. Windows color (decimal): -3559702 or 15380169. OLE color: 15380169.

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

Color convert

RGB201174234-
CMYK0.140.2600.08
HSL267º58.82%80%-
HSV(B)267º25.64%91.76%-
XYZ54.0748.6384.38-
YUV188.91153.45136.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.00%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=33.00%
G=28.57%
B=38.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011742340.140.2600.0826758.8280
HexC9AEEAE1A0810b3b50
Octal311256352163201041373120
Binary110010011010111011101010111011010010001000010111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AEEA; }

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

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

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

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

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

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

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

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