#C5AAD7

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

Shades of Perfume #C5AAD7

Tints of Perfume #C5AAD7

Color information

#C5AAD7 (or 0xC5AAD7) is unknown color: approx Perfume. HEX triplet: C5, AA and D7. RGB value is (197,170,215). Sum of RGB (Red+Green+Blue) = 197+170+215=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 215 - color contains mainly: blue. Hex color #C5AAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAD7 is #3A5528. Grayscale: #B7B7B7. Windows color (decimal): -3822889 or 14133957. OLE color: 14133957.

HSL color Cylindrical-coordinate representation of color #C5AAD7: hue angle of 276º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5AAD7 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197170215-
CMYK0.080.2100.16
HSL276º36%75.49%-
HSV(B)276º20.93%84.31%-
XYZ49.6745.5370.46-
YUV183.2145.95137.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.85%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 215 (84.38% from 255) = 36.94%
R=33.85%
G=29.21%
B=36.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971702150.080.2100.162763675.49
HexC5AAD7815010114244b
Octal305252327102502042444113
Binary1100010110101010110101111000101010100001000101001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AAD7; }

 p { color: rgb(197,170,215); }

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

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

 a { background-color: rgb(197,170,215); }

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

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

 span { border-color: rgb(197,170,215); }

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