#C3AADE

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

Shades of Perfume #C3AADE

Tints of Perfume #C3AADE

Color information

#C3AADE (or 0xC3AADE) is unknown color: approx Perfume. HEX triplet: C3, AA and DE. RGB value is (195,170,222). Sum of RGB (Red+Green+Blue) = 195+170+222=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 170 (66.80% from 255 or 28.96% 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 #C3AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AADE is #3C5521. Grayscale: #B7B7B7. Windows color (decimal): -3953954 or 14592707. OLE color: 14592707.

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

Color convert

RGB195170222-
CMYK0.120.2300.13
HSL268.85º44.07%76.86%-
HSV(B)268.85º23.42%87.06%-
XYZ50.0745.6375.28-
YUV183.4149.78136.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.22%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=33.22%
G=28.96%
B=37.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951702220.120.2300.13268.8544.0776.86
HexC3AADEC170D10d2c4d
Octal303252336142701541554115
Binary110000111010101011011110110010111011011000011011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AADE; }

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

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

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

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

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

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

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

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