#C5AED9

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

Shades of Perfume #C5AED9

Tints of Perfume #C5AED9

Color information

#C5AED9 (or 0xC5AED9) is unknown color: approx Perfume. HEX triplet: C5, AE and D9. RGB value is (197,174,217). Sum of RGB (Red+Green+Blue) = 197+174+217=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #C5AED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AED9 is #3A5126. Grayscale: #B9B9B9. Windows color (decimal): -3821863 or 14266053. OLE color: 14266053.

HSL color Cylindrical-coordinate representation of color #C5AED9: hue angle of 272.09º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5AED9 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197174217-
CMYK0.090.2000.15
HSL272.09º36.13%76.67%-
HSV(B)272.09º19.82%85.1%-
XYZ50.6947.1572.08-
YUV185.78145.62136-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.50%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 217 (85.16% from 255) = 36.90%
R=33.50%
G=29.59%
B=36.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971742170.090.2000.15272.0936.1376.67
HexC5AED99140F110244d
Octal305256331112401742044115
Binary110001011010111011011001100110100011111000100001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AED9; }

 p { color: rgb(197,174,217); }

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

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

 a { background-color: rgb(197,174,217); }

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

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

 span { border-color: rgb(197,174,217); }

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