#C5ABDF

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

Shades of Perfume #C5ABDF

Tints of Perfume #C5ABDF

Color information

#C5ABDF (or 0xC5ABDF) is unknown color: approx Perfume. HEX triplet: C5, AB and DF. RGB value is (197,171,223). Sum of RGB (Red+Green+Blue) = 197+171+223=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABDF is #3A5420. Grayscale: #B8B8B8. Windows color (decimal): -3822625 or 14658501. OLE color: 14658501.

HSL color Cylindrical-coordinate representation of color #C5ABDF: hue angle of 270º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5ABDF is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197171223-
CMYK0.120.2300.13
HSL270º44.83%77.25%-
HSV(B)270º23.32%87.45%-
XYZ50.9146.3276.07-
YUV184.7149.61136.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=33.33%
G=28.93%
B=37.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971712230.120.2300.1327044.8377.25
HexC5ABDFC170D10e2d4d
Octal305253337142701541655115
Binary110001011010101111011111110010111011011000011101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABDF; }

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

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

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

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

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

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

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

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