#C9AFEA

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

Shades of Perfume #C9AFEA

Tints of Perfume #C9AFEA

Color information

#C9AFEA (or 0xC9AFEA) is unknown color: approx Perfume. HEX triplet: C9, AF and EA. RGB value is (201,175,234). Sum of RGB (Red+Green+Blue) = 201+175+234=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFEA is #365015. Grayscale: #BDBDBD. Windows color (decimal): -3559446 or 15380425. OLE color: 15380425.

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

Color convert

RGB201175234-
CMYK0.140.2500.08
HSL266.44º58.42%80.2%-
HSV(B)266.44º25.21%91.76%-
XYZ54.2749.0284.44-
YUV189.5153.11136.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.95%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=32.95%
G=28.69%
B=38.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011752340.140.2500.08266.4458.4280.2
HexC9AFEAE190810a3a50
Octal311257352163101041272120
Binary110010011010111111101010111011001010001000010101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFEA; }

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

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

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

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

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

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

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

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