#C6ADDE

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

Shades of Perfume #C6ADDE

Tints of Perfume #C6ADDE

Color information

#C6ADDE (or 0xC6ADDE) is unknown color: approx Perfume. HEX triplet: C6, AD and DE. RGB value is (198,173,222). Sum of RGB (Red+Green+Blue) = 198+173+222=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADDE is #395221. Grayscale: #B9B9B9. Windows color (decimal): -3756578 or 14593478. OLE color: 14593478.

HSL color Cylindrical-coordinate representation of color #C6ADDE: hue angle of 270.61º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6ADDE is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198173222-
CMYK0.110.2200.13
HSL270.61º42.61%77.45%-
HSV(B)270.61º22.07%87.06%-
XYZ51.4247.1775.5-
YUV186.06148.28136.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.39%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=33.39%
G=29.17%
B=37.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981732220.110.2200.13270.6142.6177.45
HexC6ADDEB160D10f2b4d
Octal306255336132601541753115
Binary110001101010110111011110101110110011011000011111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADDE; }

 p { color: rgb(198,173,222); }

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

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

 a { background-color: rgb(198,173,222); }

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

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

 span { border-color: rgb(198,173,222); }

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