#C1ACDD

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

Shades of Perfume #C1ACDD

Tints of Perfume #C1ACDD

Color information

#C1ACDD (or 0xC1ACDD) is unknown color: approx Perfume. HEX triplet: C1, AC and DD. RGB value is (193,172,221). Sum of RGB (Red+Green+Blue) = 193+172+221=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACDD is #3E5322. Grayscale: #B7B7B7. Windows color (decimal): -4084515 or 14527681. OLE color: 14527681.

HSL color Cylindrical-coordinate representation of color #C1ACDD: hue angle of 265.71º 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 #C1ACDD is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193172221-
CMYK0.130.2200.13
HSL265.71º41.88%77.06%-
HSV(B)265.71º22.17%86.67%-
XYZ49.846.0674.67-
YUV183.86148.96134.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.94%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=32.94%
G=29.35%
B=37.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931722210.130.2200.13265.7141.8877.06
HexC1ACDDD160D10a2a4d
Octal301254335152601541252115
Binary110000011010110011011101110110110011011000010101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACDD; }

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

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

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

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

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

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

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

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