#C5AFDB

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

Shades of Perfume #C5AFDB

Tints of Perfume #C5AFDB

Color information

#C5AFDB (or 0xC5AFDB) is unknown color: approx Perfume. HEX triplet: C5, AF and DB. RGB value is (197,175,219). Sum of RGB (Red+Green+Blue) = 197+175+219=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFDB is #3A5024. Grayscale: #BABABA. Windows color (decimal): -3821605 or 14397381. OLE color: 14397381.

HSL color Cylindrical-coordinate representation of color #C5AFDB: hue angle of 270º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5AFDB is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197175219-
CMYK0.100.2000.14
HSL270º37.93%77.25%-
HSV(B)270º20.09%85.88%-
XYZ51.1447.6473.52-
YUV186.59146.29135.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=33.33%
G=29.61%
B=37.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971752190.100.2000.1427037.9377.25
HexC5AFDBA140E10e264d
Octal305257333122401641646115
Binary110001011010111111011011101010100011101000011101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFDB; }

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

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

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

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

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

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

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

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