#C6ADEB

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

Shades of Perfume #C6ADEB

Tints of Perfume #C6ADEB

Color information

#C6ADEB (or 0xC6ADEB) is unknown color: approx Perfume. HEX triplet: C6, AD and EB. RGB value is (198,173,235). Sum of RGB (Red+Green+Blue) = 198+173+235=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADEB is #395214. Grayscale: #BBBBBB. Windows color (decimal): -3756565 or 15445446. OLE color: 15445446.

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

Color convert

RGB198173235-
CMYK0.160.2600.08
HSL264.19º60.78%80%-
HSV(B)264.19º26.38%92.16%-
XYZ53.2347.8985.04-
YUV187.54154.78135.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.67%
GREEN value IS 173 (67.97% from 255) = 28.55%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=32.67%
G=28.55%
B=38.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981732350.160.2600.08264.1960.7880
HexC6ADEB101A081083d50
Octal306255353203201041075120
Binary1100011010101101111010111000011010010001000010001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADEB; }

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

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

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

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

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

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

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

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