#C9A9EE

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

Shades of Perfume #C9A9EE

Tints of Perfume #C9A9EE

Color information

#C9A9EE (or 0xC9A9EE) is unknown color: approx Perfume. HEX triplet: C9, A9 and EE. RGB value is (201,169,238). Sum of RGB (Red+Green+Blue) = 201+169+238=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9A9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A9EE is #365611. Grayscale: #BABABA. Windows color (decimal): -3560978 or 15641033. OLE color: 15641033.

HSL color Cylindrical-coordinate representation of color #C9A9EE: hue angle of 267.83º 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 #C9A9EE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201169238-
CMYK0.160.2900.07
HSL267.83º66.99%79.8%-
HSV(B)267.83º28.99%93.33%-
XYZ53.7146.9787.12-
YUV186.43157.1138.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.06%
GREEN value IS 169 (66.41% from 255) = 27.80%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=33.06%
G=27.80%
B=39.14%

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
Decimal2011692380.160.2900.07267.8366.9979.8
HexC9A9EE101D0710c4350
Octal311251356203507414103120
Binary1100100110101001111011101000011101011110000110010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A9EE; }

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

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

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

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

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

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

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

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