#C5ACDC

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

Shades of Perfume #C5ACDC

Tints of Perfume #C5ACDC

Color information

#C5ACDC (or 0xC5ACDC) is unknown color: approx Perfume. HEX triplet: C5, AC and DC. RGB value is (197,172,220). Sum of RGB (Red+Green+Blue) = 197+172+220=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACDC is #3A5323. Grayscale: #B8B8B8. Windows color (decimal): -3822372 or 14462149. OLE color: 14462149.

HSL color Cylindrical-coordinate representation of color #C5ACDC: hue angle of 271.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5ACDC is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197172220-
CMYK0.100.2200.14
HSL271.25º40.68%76.86%-
HSV(B)271.25º21.82%86.27%-
XYZ50.746.5474.02-
YUV184.95147.78136.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=33.45%
G=29.20%
B=37.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971722200.100.2200.14271.2540.6876.86
HexC5ACDCA160E10f294d
Octal305254334122601641751115
Binary110001011010110011011100101010110011101000011111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACDC; }

 p { color: rgb(197,172,220); }

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

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

 a { background-color: rgb(197,172,220); }

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

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

 span { border-color: rgb(197,172,220); }

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