#C7ABEC

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

Shades of Perfume #C7ABEC

Tints of Perfume #C7ABEC

Color information

#C7ABEC (or 0xC7ABEC) is unknown color: approx Perfume. HEX triplet: C7, AB and EC. RGB value is (199,171,236). Sum of RGB (Red+Green+Blue) = 199+171+236=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ABEC is #385413. Grayscale: #BABABA. Windows color (decimal): -3691540 or 15510471. OLE color: 15510471.

HSL color Cylindrical-coordinate representation of color #C7ABEC: hue angle of 265.85º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7ABEC is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199171236-
CMYK0.160.2800.07
HSL265.85º63.11%79.8%-
HSV(B)265.85º27.54%92.55%-
XYZ53.2647.3285.68-
YUV186.78155.78136.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.84%
GREEN value IS 171 (67.19% from 255) = 28.22%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=32.84%
G=28.22%
B=38.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991712360.160.2800.07265.8563.1179.8
HexC7ABEC101C0710a3f50
Octal30725335420340741277120
Binary110001111010101111101100100001110001111000010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ABEC; }

 p { color: rgb(199,171,236); }

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

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

 a { background-color: rgb(199,171,236); }

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

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

 span { border-color: rgb(199,171,236); }

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