#C6AEDA

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

Shades of Perfume #C6AEDA

Tints of Perfume #C6AEDA

Color information

#C6AEDA (or 0xC6AEDA) is unknown color: approx Perfume. HEX triplet: C6, AE and DA. RGB value is (198,174,218). Sum of RGB (Red+Green+Blue) = 198+174+218=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEDA is #395125. Grayscale: #BABABA. Windows color (decimal): -3756326 or 14331590. OLE color: 14331590.

HSL color Cylindrical-coordinate representation of color #C6AEDA: hue angle of 272.73º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6AEDA is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198174218-
CMYK0.090.2000.15
HSL272.73º37.29%76.86%-
HSV(B)272.73º20.18%85.49%-
XYZ51.0847.3472.77-
YUV186.19145.95136.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.56%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=33.56%
G=29.49%
B=36.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981742180.090.2000.15272.7337.2976.86
HexC6AEDA9140F111254d
Octal306256332112401742145115
Binary110001101010111011011010100110100011111000100011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AEDA; }

 p { color: rgb(198,174,218); }

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

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

 a { background-color: rgb(198,174,218); }

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

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

 span { border-color: rgb(198,174,218); }

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