#C5ADF6

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

Shades of Melrose #C5ADF6

Tints of Melrose #C5ADF6

Color information

#C5ADF6 (or 0xC5ADF6) is unknown color: approx Melrose. HEX triplet: C5, AD and F6. RGB value is (197,173,246). Sum of RGB (Red+Green+Blue) = 197+173+246=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #C5ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADF6 is #3A5209. Grayscale: #BCBCBC. Windows color (decimal): -3822090 or 16166341. OLE color: 16166341.

HSL color Cylindrical-coordinate representation of color #C5ADF6: hue angle of 259.73º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5ADF6 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB197173246-
CMYK0.200.3000.04
HSL259.73º80.22%82.16%-
HSV(B)259.73º29.67%96.47%-
XYZ54.648.4193.66-
YUV188.5160.45134.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.98%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 246 (96.48% from 255) = 39.94%
R=31.98%
G=28.08%
B=39.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1971732460.200.3000.04259.7380.2282.16
HexC5ADF6141E041045052
Octal305255366243604404120122
Binary1100010110101101111101101010011110010010000010010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ADF6; }

 p { color: rgb(197,173,246); }

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

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

 a { background-color: rgb(197,173,246); }

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

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

 span { border-color: rgb(197,173,246); }

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