#C1ADF6

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

Shades of Melrose #C1ADF6

Tints of Melrose #C1ADF6

Color information

#C1ADF6 (or 0xC1ADF6) is unknown color: approx Melrose. HEX triplet: C1, AD and F6. RGB value is (193,173,246). Sum of RGB (Red+Green+Blue) = 193+173+246=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #C1ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADF6 is #3E5209. Grayscale: #BBBBBB. Windows color (decimal): -4084234 or 16166337. OLE color: 16166337.

HSL color Cylindrical-coordinate representation of color #C1ADF6: hue angle of 256.44º 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 #C1ADF6 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB193173246-
CMYK0.220.3000.04
HSL256.44º80.22%82.16%-
HSV(B)256.44º29.67%96.47%-
XYZ53.5747.8893.61-
YUV187.3161.13132.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.54%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 246 (96.48% from 255) = 40.20%
R=31.54%
G=28.27%
B=40.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1931732460.220.3000.04256.4480.2282.16
HexC1ADF6161E041005052
Octal301255366263604400120122
Binary1100000110101101111101101011011110010010000000010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADF6; }

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

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

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

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

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

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

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

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