#C5AFD9

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

Shades of Perfume #C5AFD9

Tints of Perfume #C5AFD9

Color information

#C5AFD9 (or 0xC5AFD9) is unknown color: approx Perfume. HEX triplet: C5, AF and D9. RGB value is (197,175,217). Sum of RGB (Red+Green+Blue) = 197+175+217=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 217 - color contains mainly: blue. Hex color #C5AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFD9 is #3A5026. Grayscale: #BABABA. Windows color (decimal): -3821607 or 14266309. OLE color: 14266309.

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

Color convert

RGB197175217-
CMYK0.090.1900.15
HSL271.43º35.59%76.86%-
HSV(B)271.43º19.35%85.1%-
XYZ50.8847.5472.14-
YUV186.37145.29135.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 217 (85.16% from 255) = 36.84%
R=33.45%
G=29.71%
B=36.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971752170.090.1900.15271.4335.5976.86
HexC5AFD99130F10f244d
Octal305257331112301741744115
Binary110001011010111111011001100110011011111000011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFD9; }

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

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

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

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

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

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

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

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