#C7AADE

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

Shades of Perfume #C7AADE

Tints of Perfume #C7AADE

Color information

#C7AADE (or 0xC7AADE) is unknown color: approx Perfume. HEX triplet: C7, AA and DE. RGB value is (199,170,222). Sum of RGB (Red+Green+Blue) = 199+170+222=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AADE is #385521. Grayscale: #B8B8B8. Windows color (decimal): -3691810 or 14592711. OLE color: 14592711.

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

Color convert

RGB199170222-
CMYK0.100.2300.13
HSL273.46º44.07%76.86%-
HSV(B)273.46º23.42%87.06%-
XYZ51.1146.1775.32-
YUV184.6149.11138.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.67%
GREEN value IS 170 (66.80% from 255) = 28.76%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=33.67%
G=28.76%
B=37.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991702220.100.2300.13273.4644.0776.86
HexC7AADEA170D1112c4d
Octal307252336122701542154115
Binary110001111010101011011110101010111011011000100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AADE; }

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

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

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

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

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

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

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

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