#C1ACDE

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

Shades of Perfume #C1ACDE

Tints of Perfume #C1ACDE

Color information

#C1ACDE (or 0xC1ACDE) is unknown color: approx Perfume. HEX triplet: C1, AC and DE. RGB value is (193,172,222). Sum of RGB (Red+Green+Blue) = 193+172+222=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACDE is #3E5321. Grayscale: #B7B7B7. Windows color (decimal): -4084514 or 14593217. OLE color: 14593217.

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

Color convert

RGB193172222-
CMYK0.130.2300.13
HSL265.2º43.1%77.25%-
HSV(B)265.2º22.52%87.06%-
XYZ49.9346.1275.38-
YUV183.98149.46134.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.88%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=32.88%
G=29.30%
B=37.82%

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
Decimal1931722220.130.2300.13265.243.177.25
HexC1ACDED170D1092b4d
Octal301254336152701541153115
Binary110000011010110011011110110110111011011000010011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACDE; }

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

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

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

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

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

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

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

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