#C6AAEB

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

Shades of Perfume #C6AAEB

Tints of Perfume #C6AAEB

Color information

#C6AAEB (or 0xC6AAEB) is unknown color: approx Perfume. HEX triplet: C6, AA and EB. RGB value is (198,170,235). Sum of RGB (Red+Green+Blue) = 198+170+235=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAEB is #395514. Grayscale: #B9B9B9. Windows color (decimal): -3757333 or 15444678. OLE color: 15444678.

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

Color convert

RGB198170235-
CMYK0.160.2800.08
HSL265.85º61.9%79.41%-
HSV(B)265.85º27.66%92.16%-
XYZ52.6646.7584.85-
YUV185.78155.78136.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.84%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=32.84%
G=28.19%
B=38.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981702350.160.2800.08265.8561.979.41
HexC6AAEB101C0810a3e4f
Octal306252353203401041276117
Binary1100011010101010111010111000011100010001000010101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AAEB; }

 p { color: rgb(198,170,235); }

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

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

 a { background-color: rgb(198,170,235); }

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

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

 span { border-color: rgb(198,170,235); }

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