#C5A9DA

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

Shades of Perfume #C5A9DA

Tints of Perfume #C5A9DA

Color information

#C5A9DA (or 0xC5A9DA) is unknown color: approx Perfume. HEX triplet: C5, A9 and DA. RGB value is (197,169,218). Sum of RGB (Red+Green+Blue) = 197+169+218=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5A9DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9DA is #3A5625. Grayscale: #B6B6B6. Windows color (decimal): -3823142 or 14330309. OLE color: 14330309.

HSL color Cylindrical-coordinate representation of color #C5A9DA: hue angle of 274.29º degrees, saturation: 0.4, 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 #C5A9DA is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197169218-
CMYK0.100.2200.15
HSL274.29º39.84%75.88%-
HSV(B)274.29º22.48%85.49%-
XYZ49.8745.3172.45-
YUV182.96147.78138.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.73%
GREEN value IS 169 (66.41% from 255) = 28.94%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=33.73%
G=28.94%
B=37.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971692180.100.2200.15274.2939.8475.88
HexC5A9DAA160F112284c
Octal305251332122601742250114
Binary110001011010100111011010101010110011111000100101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A9DA; }

 p { color: rgb(197,169,218); }

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

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

 a { background-color: rgb(197,169,218); }

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

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

 span { border-color: rgb(197,169,218); }

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