#C9ADEA

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

Shades of Perfume #C9ADEA

Tints of Perfume #C9ADEA

Color information

#C9ADEA (or 0xC9ADEA) is unknown color: approx Perfume. HEX triplet: C9, AD and EA. RGB value is (201,173,234). Sum of RGB (Red+Green+Blue) = 201+173+234=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ADEA is #365215. Grayscale: #BCBCBC. Windows color (decimal): -3559958 or 15379913. OLE color: 15379913.

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

Color convert

RGB201173234-
CMYK0.140.2600.08
HSL267.54º59.22%79.8%-
HSV(B)267.54º26.07%91.76%-
XYZ53.8848.2584.31-
YUV188.33153.78137.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.06%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=33.06%
G=28.45%
B=38.49%

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
Decimal2011732340.140.2600.08267.5459.2279.8
HexC9ADEAE1A0810c3b50
Octal311255352163201041473120
Binary110010011010110111101010111011010010001000011001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ADEA; }

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

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

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

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

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

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

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

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