#C1ABDB

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

Shades of Perfume #C1ABDB

Tints of Perfume #C1ABDB

Color information

#C1ABDB (or 0xC1ABDB) is unknown color: approx Perfume. HEX triplet: C1, AB and DB. RGB value is (193,171,219). Sum of RGB (Red+Green+Blue) = 193+171+219=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABDB is #3E5424. Grayscale: #B6B6B6. Windows color (decimal): -4084773 or 14396353. OLE color: 14396353.

HSL color Cylindrical-coordinate representation of color #C1ABDB: hue angle of 267.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1ABDB is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193171219-
CMYK0.120.2200.14
HSL267.5º40%76.47%-
HSV(B)267.5º21.92%85.88%-
XYZ49.3445.5873.21-
YUV183.05148.29135.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.10%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 219 (85.94% from 255) = 37.56%
R=33.10%
G=29.33%
B=37.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931712190.120.2200.14267.54076.47
HexC1ABDBC160E10c284c
Octal301253333142601641450114
Binary110000011010101111011011110010110011101000011001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABDB; }

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

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

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

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

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

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

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

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