#C1AAE6

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

Shades of Perfume #C1AAE6

Tints of Perfume #C1AAE6

Color information

#C1AAE6 (or 0xC1AAE6) is unknown color: approx Perfume. HEX triplet: C1, AA and E6. RGB value is (193,170,230). Sum of RGB (Red+Green+Blue) = 193+170+230=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1AAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AAE6 is #3E5519. Grayscale: #B7B7B7. Windows color (decimal): -4085018 or 15116993. OLE color: 15116993.

HSL color Cylindrical-coordinate representation of color #C1AAE6: hue angle of 263º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1AAE6 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB193170230-
CMYK0.160.2600.10
HSL263º54.55%78.43%-
HSV(B)263º26.09%90.2%-
XYZ50.6545.881.03-
YUV183.72154.12134.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.55%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 230 (90.23% from 255) = 38.79%
R=32.55%
G=28.67%
B=38.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1931702300.160.2600.1026354.5578.43
HexC1AAE6101A0A107374e
Octal301252346203201240767116
Binary1100000110101010111001101000011010010101000001111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AAE6; }

 p { color: rgb(193,170,230); }

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

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

 a { background-color: rgb(193,170,230); }

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

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

 span { border-color: rgb(193,170,230); }

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