#c5abd8

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

Shades of Perfume #C5ABD8

Tints of Perfume #C5ABD8

Color information

#C5ABD8 (or 0xC5ABD8) is unknown color: approx Perfume. HEX triplet: C5, AB and D8. RGB value is (197,171,216). Sum of RGB (Red+Green+Blue) = 197+171+216=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #C5ABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABD8 is #3A5427. Grayscale: #B7B7B7. Windows color (decimal): -3822632 or 14199749. OLE color: 14199749.

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

Color convert

RGB197171216-
CMYK0.090.2100.15
HSL274.67º36.59%75.88%-
HSV(B)274.67º20.83%84.71%-
XYZ49.9845.9571.2-
YUV183.9146.11137.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.73%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 216 (84.77% from 255) = 36.99%
R=33.73%
G=29.28%
B=36.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971712160.090.2100.15274.6736.5975.88
HexC5ABD89150F113254c
Octal305253330112501742345114
Binary110001011010101111011000100110101011111000100111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5abd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5abd8; }

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

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

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

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

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

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

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

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