#C5AFD8

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

Shades of Perfume #C5AFD8

Tints of Perfume #C5AFD8

Color information

#C5AFD8 (or 0xC5AFD8) is unknown color: approx Perfume. HEX triplet: C5, AF and D8. RGB value is (197,175,216). Sum of RGB (Red+Green+Blue) = 197+175+216=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #C5AFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFD8 is #3A5027. Grayscale: #BABABA. Windows color (decimal): -3821608 or 14200773. OLE color: 14200773.

HSL color Cylindrical-coordinate representation of color #C5AFD8: hue angle of 272.2º degrees, saturation: 0.34, 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 #C5AFD8 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197175216-
CMYK0.090.1900.15
HSL272.2º34.45%76.67%-
HSV(B)272.2º18.98%84.71%-
XYZ50.7547.4971.46-
YUV186.25144.79135.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.50%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 216 (84.77% from 255) = 36.73%
R=33.50%
G=29.76%
B=36.73%

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
Decimal1971752160.090.1900.15272.234.4576.67
HexC5AFD89130F110224d
Octal305257330112301742042115
Binary110001011010111111011000100110011011111000100001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFD8; }

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

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

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

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

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

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

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

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