#C9ACDF

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

Shades of Perfume #C9ACDF

Tints of Perfume #C9ACDF

Color information

#C9ACDF (or 0xC9ACDF) is unknown color: approx Perfume. HEX triplet: C9, AC and DF. RGB value is (201,172,223). Sum of RGB (Red+Green+Blue) = 201+172+223=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACDF is #365320. Grayscale: #BABABA. Windows color (decimal): -3560225 or 14658761. OLE color: 14658761.

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

Color convert

RGB201172223-
CMYK0.100.2300.13
HSL274.12º44.35%77.45%-
HSV(B)274.12º22.87%87.45%-
XYZ52.1647.2576.18-
YUV186.48148.61138.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.72%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=33.72%
G=28.86%
B=37.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011722230.100.2300.13274.1244.3577.45
HexC9ACDFA170D1122c4d
Octal311254337122701542254115
Binary110010011010110011011111101010111011011000100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ACDF; }

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

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

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

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

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

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

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

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