#C7AADC

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

Shades of Perfume #C7AADC

Tints of Perfume #C7AADC

Color information

#C7AADC (or 0xC7AADC) is unknown color: approx Perfume. HEX triplet: C7, AA and DC. RGB value is (199,170,220). Sum of RGB (Red+Green+Blue) = 199+170+220=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AADC is #385523. Grayscale: #B8B8B8. Windows color (decimal): -3691812 or 14461639. OLE color: 14461639.

HSL color Cylindrical-coordinate representation of color #C7AADC: hue angle of 274.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7AADC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199170220-
CMYK0.100.2300.14
HSL274.8º41.67%76.47%-
HSV(B)274.8º22.73%86.27%-
XYZ50.8546.0673.92-
YUV184.37148.11138.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.79%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=33.79%
G=28.86%
B=37.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991702200.100.2300.14274.841.6776.47
HexC7AADCA170E1132a4c
Octal307252334122701642352114
Binary110001111010101011011100101010111011101000100111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AADC; }

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

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

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

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

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

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

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

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