#C9AFDD

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

Shades of Perfume #C9AFDD

Tints of Perfume #C9AFDD

Color information

#C9AFDD (or 0xC9AFDD) is unknown color: approx Perfume. HEX triplet: C9, AF and DD. RGB value is (201,175,221). Sum of RGB (Red+Green+Blue) = 201+175+221=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFDD is #365022. Grayscale: #BBBBBB. Windows color (decimal): -3559459 or 14528457. OLE color: 14528457.

HSL color Cylindrical-coordinate representation of color #C9AFDD: hue angle of 273.91º degrees, saturation: 0.4, 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 #C9AFDD is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201175221-
CMYK0.090.2100.13
HSL273.91º40.35%77.65%-
HSV(B)273.91º20.81%86.67%-
XYZ52.4748.374.96-
YUV188.02146.61137.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.67%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=33.67%
G=29.31%
B=37.02%

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
Decimal2011752210.090.2100.13273.9140.3577.65
HexC9AFDD9150D112284e
Octal311257335112501542250116
Binary110010011010111111011101100110101011011000100101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFDD; }

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

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

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

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

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

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

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

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