#C7ACDF

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

Shades of Perfume #C7ACDF

Tints of Perfume #C7ACDF

Color information

#C7ACDF (or 0xC7ACDF) is unknown color: approx Perfume. HEX triplet: C7, AC and DF. RGB value is (199,172,223). Sum of RGB (Red+Green+Blue) = 199+172+223=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACDF is #385320. Grayscale: #B9B9B9. Windows color (decimal): -3691297 or 14658759. OLE color: 14658759.

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

Color convert

RGB199172223-
CMYK0.110.2300.13
HSL271.76º44.35%77.45%-
HSV(B)271.76º22.87%87.45%-
XYZ51.6246.9776.16-
YUV185.89148.95137.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.50%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=33.50%
G=28.96%
B=37.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991722230.110.2300.13271.7644.3577.45
HexC7ACDFB170D1102c4d
Octal307254337132701542054115
Binary110001111010110011011111101110111011011000100001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACDF; }

 p { color: rgb(199,172,223); }

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

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

 a { background-color: rgb(199,172,223); }

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

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

 span { border-color: rgb(199,172,223); }

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