#C1ACDB

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

Shades of Perfume #C1ACDB

Tints of Perfume #C1ACDB

Color information

#C1ACDB (or 0xC1ACDB) is unknown color: approx Perfume. HEX triplet: C1, AC and DB. RGB value is (193,172,219). Sum of RGB (Red+Green+Blue) = 193+172+219=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACDB is #3E5324. Grayscale: #B7B7B7. Windows color (decimal): -4084517 or 14396609. OLE color: 14396609.

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

Color convert

RGB193172219-
CMYK0.120.2100.14
HSL266.81º39.5%76.67%-
HSV(B)266.81º21.46%85.88%-
XYZ49.5345.9673.28-
YUV183.64147.96134.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=33.05%
G=29.45%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931722190.120.2100.14266.8139.576.67
HexC1ACDBC150E10b274d
Octal301254333142501641347115
Binary110000011010110011011011110010101011101000010111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACDB; }

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

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

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

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

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

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

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

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