#C5A9DD

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

Shades of Perfume #C5A9DD

Tints of Perfume #C5A9DD

Color information

#C5A9DD (or 0xC5A9DD) is unknown color: approx Perfume. HEX triplet: C5, A9 and DD. RGB value is (197,169,221). Sum of RGB (Red+Green+Blue) = 197+169+221=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9DD is #3A5622. Grayscale: #B7B7B7. Windows color (decimal): -3823139 or 14526917. OLE color: 14526917.

HSL color Cylindrical-coordinate representation of color #C5A9DD: hue angle of 272.31º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5A9DD is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197169221-
CMYK0.110.2400.13
HSL272.31º43.33%76.47%-
HSV(B)272.31º23.53%86.67%-
XYZ50.2745.4774.53-
YUV183.3149.28137.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.56%
GREEN value IS 169 (66.41% from 255) = 28.79%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=33.56%
G=28.79%
B=37.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971692210.110.2400.13272.3143.3376.47
HexC5A9DDB180D1102b4c
Octal305251335133001542053114
Binary110001011010100111011101101111000011011000100001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A9DD; }

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

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

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

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

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

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

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

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