#C6ADF8

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

Shades of Melrose #C6ADF8

Tints of Melrose #C6ADF8

Color information

#C6ADF8 (or 0xC6ADF8) is unknown color: approx Melrose. HEX triplet: C6, AD and F8. RGB value is (198,173,248). Sum of RGB (Red+Green+Blue) = 198+173+248=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #C6ADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADF8 is #395207. Grayscale: #BCBCBC. Windows color (decimal): -3756552 or 16297414. OLE color: 16297414.

HSL color Cylindrical-coordinate representation of color #C6ADF8: hue angle of 260º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6ADF8 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB198173248-
CMYK0.200.3000.03
HSL260º84.27%82.55%-
HSV(B)260º30.24%97.25%-
XYZ55.1848.6795.29-
YUV189.02161.28134.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.99%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 248 (97.27% from 255) = 40.06%
R=31.99%
G=27.95%
B=40.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1981732480.200.3000.0326084.2782.55
HexC6ADF8141E031045453
Octal306255370243603404124123
Binary110001101010110111111000101001111001110000010010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADF8; }

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

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

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

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

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

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

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

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