#C6ABEF

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

Shades of Perfume #C6ABEF

Tints of Perfume #C6ABEF

Color information

#C6ABEF (or 0xC6ABEF) is unknown color: approx Perfume. HEX triplet: C6, AB and EF. RGB value is (198,171,239). Sum of RGB (Red+Green+Blue) = 198+171+239=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABEF is #395410. Grayscale: #BABABA. Windows color (decimal): -3757073 or 15707078. OLE color: 15707078.

HSL color Cylindrical-coordinate representation of color #C6ABEF: hue angle of 263.82º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6ABEF is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB198171239-
CMYK0.170.2800.06
HSL263.82º68%80.39%-
HSV(B)263.82º28.45%93.73%-
XYZ53.4347.3687.99-
YUV186.82157.45135.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.57%
GREEN value IS 171 (67.19% from 255) = 28.12%
BLUE value IS 239 (93.75% from 255) = 39.31%
R=32.57%
G=28.12%
B=39.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1981712390.170.2800.06263.826880.39
HexC6ABEF111C061084450
Octal306253357213406410104120
Binary1100011010101011111011111000111100011010000100010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABEF; }

 p { color: rgb(198,171,239); }

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

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

 a { background-color: rgb(198,171,239); }

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

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

 span { border-color: rgb(198,171,239); }

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