#C7ACEB

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

Shades of Perfume #C7ACEB

Tints of Perfume #C7ACEB

Color information

#C7ACEB (or 0xC7ACEB) is unknown color: approx Perfume. HEX triplet: C7, AC and EB. RGB value is (199,172,235). Sum of RGB (Red+Green+Blue) = 199+172+235=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ACEB is #385314. Grayscale: #BBBBBB. Windows color (decimal): -3691285 or 15445191. OLE color: 15445191.

HSL color Cylindrical-coordinate representation of color #C7ACEB: hue angle of 265.71º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7ACEB is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199172235-
CMYK0.150.2700.08
HSL265.71º61.17%79.8%-
HSV(B)265.71º26.81%92.16%-
XYZ53.347.6584.98-
YUV187.26154.95136.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.84%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=32.84%
G=28.38%
B=38.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1991722350.150.2700.08265.7161.1779.8
HexC7ACEBF1B0810a3d50
Octal307254353173301041275120
Binary110001111010110011101011111111011010001000010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACEB; }

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

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

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

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

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

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

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

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