#C3AAE1

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

Shades of Perfume #C3AAE1

Tints of Perfume #C3AAE1

Color information

#C3AAE1 (or 0xC3AAE1) is unknown color: approx Perfume. HEX triplet: C3, AA and E1. RGB value is (195,170,225). Sum of RGB (Red+Green+Blue) = 195+170+225=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #C3AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AAE1 is #3C551E. Grayscale: #B7B7B7. Windows color (decimal): -3953951 or 14789315. OLE color: 14789315.

HSL color Cylindrical-coordinate representation of color #C3AAE1: hue angle of 267.27º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3AAE1 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB195170225-
CMYK0.130.2400.12
HSL267.27º47.83%77.45%-
HSV(B)267.27º24.44%88.24%-
XYZ50.4745.7977.41-
YUV183.74151.28136.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.05%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 225 (88.28% from 255) = 38.14%
R=33.05%
G=28.81%
B=38.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1951702250.130.2400.12267.2747.8377.45
HexC3AAE1D180C10b304d
Octal303252341153001441360115
Binary110000111010101011100001110111000011001000010111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AAE1; }

 p { color: rgb(195,170,225); }

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

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

 a { background-color: rgb(195,170,225); }

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

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

 span { border-color: rgb(195,170,225); }

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