#C1AAD9

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

Shades of Perfume #C1AAD9

Tints of Perfume #C1AAD9

Color information

#C1AAD9 (or 0xC1AAD9) is unknown color: approx Perfume. HEX triplet: C1, AA and D9. RGB value is (193,170,217). Sum of RGB (Red+Green+Blue) = 193+170+217=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #C1AAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AAD9 is #3E5526. Grayscale: #B6B6B6. Windows color (decimal): -4085031 or 14265025. OLE color: 14265025.

HSL color Cylindrical-coordinate representation of color #C1AAD9: hue angle of 269.36º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1AAD9 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193170217-
CMYK0.110.2200.15
HSL269.36º38.21%75.88%-
HSV(B)269.36º21.66%85.1%-
XYZ48.8945.171.77-
YUV182.24147.62135.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.28%
GREEN value IS 170 (66.80% from 255) = 29.31%
BLUE value IS 217 (85.16% from 255) = 37.41%
R=33.28%
G=29.31%
B=37.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931702170.110.2200.15269.3638.2175.88
HexC1AAD9B160F10d264c
Octal301252331132601741546114
Binary110000011010101011011001101110110011111000011011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AAD9; }

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

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

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

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

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

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

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

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