#C9ACDD

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

Shades of Perfume #C9ACDD

Tints of Perfume #C9ACDD

Color information

#C9ACDD (or 0xC9ACDD) is unknown color: approx Perfume. HEX triplet: C9, AC and DD. RGB value is (201,172,221). Sum of RGB (Red+Green+Blue) = 201+172+221=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACDD is #365322. Grayscale: #BABABA. Windows color (decimal): -3560227 or 14527689. OLE color: 14527689.

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

Color convert

RGB201172221-
CMYK0.090.2200.13
HSL275.51º41.88%77.06%-
HSV(B)275.51º22.17%86.67%-
XYZ51.8947.1474.77-
YUV186.26147.61138.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.84%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=33.84%
G=28.96%
B=37.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011722210.090.2200.13275.5141.8877.06
HexC9ACDD9160D1142a4d
Octal311254335112601542452115
Binary110010011010110011011101100110110011011000101001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ACDD; }

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

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

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

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

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

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

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

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