#C1ABDE

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

Shades of Perfume #C1ABDE

Tints of Perfume #C1ABDE

Color information

#C1ABDE (or 0xC1ABDE) is unknown color: approx Perfume. HEX triplet: C1, AB and DE. RGB value is (193,171,222). Sum of RGB (Red+Green+Blue) = 193+171+222=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABDE is #3E5421. Grayscale: #B7B7B7. Windows color (decimal): -4084770 or 14592961. OLE color: 14592961.

HSL color Cylindrical-coordinate representation of color #C1ABDE: hue angle of 265.88º degrees, saturation: 0.44, 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 #C1ABDE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193171222-
CMYK0.130.2300.13
HSL265.88º43.59%77.06%-
HSV(B)265.88º22.97%87.06%-
XYZ49.7445.7475.31-
YUV183.39149.79134.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.94%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=32.94%
G=29.18%
B=37.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931712220.130.2300.13265.8843.5977.06
HexC1ABDED170D10a2c4d
Octal301253336152701541254115
Binary110000011010101111011110110110111011011000010101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABDE; }

 p { color: rgb(193,171,222); }

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

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

 a { background-color: rgb(193,171,222); }

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

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

 span { border-color: rgb(193,171,222); }

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