#C9AFDE

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

Shades of Perfume #C9AFDE

Tints of Perfume #C9AFDE

Color information

#C9AFDE (or 0xC9AFDE) is unknown color: approx Perfume. HEX triplet: C9, AF and DE. RGB value is (201,175,222). Sum of RGB (Red+Green+Blue) = 201+175+222=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFDE is #365021. Grayscale: #BBBBBB. Windows color (decimal): -3559458 or 14593993. OLE color: 14593993.

HSL color Cylindrical-coordinate representation of color #C9AFDE: hue angle of 273.19º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9AFDE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201175222-
CMYK0.090.2100.13
HSL273.19º41.59%77.84%-
HSV(B)273.19º21.17%87.06%-
XYZ52.648.3575.67-
YUV188.13147.11137.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.61%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=33.61%
G=29.26%
B=37.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011752220.090.2100.13273.1941.5977.84
HexC9AFDE9150D1112a4e
Octal311257336112501542152116
Binary110010011010111111011110100110101011011000100011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFDE; }

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

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

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

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

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

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

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

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