#c1aadd

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

Shades of Perfume #C1AADD

Tints of Perfume #C1AADD

Color information

#C1AADD (or 0xC1AADD) is unknown color: approx Perfume. HEX triplet: C1, AA and DD. RGB value is (193,170,221). Sum of RGB (Red+Green+Blue) = 193+170+221=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AADD is #3E5522. Grayscale: #B6B6B6. Windows color (decimal): -4085027 or 14527169. OLE color: 14527169.

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

Color convert

RGB193170221-
CMYK0.130.2300.13
HSL267.06º42.86%76.67%-
HSV(B)267.06º23.08%86.67%-
XYZ49.4245.3174.55-
YUV182.69149.62135.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=33.05%
G=29.11%
B=37.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931702210.130.2300.13267.0642.8676.67
HexC1AADDD170D10b2b4d
Octal301252335152701541353115
Binary110000011010101011011101110110111011011000010111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1aadd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1aadd; }

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

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

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

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

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

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

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

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