#C5ADED

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

Shades of Perfume #C5ADED

Tints of Perfume #C5ADED

Color information

#C5ADED (or 0xC5ADED) is unknown color: approx Perfume. HEX triplet: C5, AD and ED. RGB value is (197,173,237). Sum of RGB (Red+Green+Blue) = 197+173+237=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADED is #3A5212. Grayscale: #BBBBBB. Windows color (decimal): -3822099 or 15576517. OLE color: 15576517.

HSL color Cylindrical-coordinate representation of color #C5ADED: hue angle of 262.5º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5ADED is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197173237-
CMYK0.170.2700.07
HSL262.5º64%80.39%-
HSV(B)262.5º27%92.94%-
XYZ53.2647.8786.55-
YUV187.47155.95134.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.45%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=32.45%
G=28.50%
B=39.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971732370.170.2700.07262.56480.39
HexC5ADED111B071064050
Octal305255355213307406100120
Binary1100010110101101111011011000111011011110000011010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ADED; }

 p { color: rgb(197,173,237); }

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

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

 a { background-color: rgb(197,173,237); }

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

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

 span { border-color: rgb(197,173,237); }

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