#C2ADF6

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

Shades of Melrose #C2ADF6

Tints of Melrose #C2ADF6

Color information

#C2ADF6 (or 0xC2ADF6) is unknown color: approx Melrose. HEX triplet: C2, AD and F6. RGB value is (194,173,246). Sum of RGB (Red+Green+Blue) = 194+173+246=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #C2ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADF6 is #3D5209. Grayscale: #BBBBBB. Windows color (decimal): -4018698 or 16166338. OLE color: 16166338.

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

Color convert

RGB194173246-
CMYK0.210.3000.04
HSL257.26º80.22%82.16%-
HSV(B)257.26º29.67%96.47%-
XYZ53.8348.0193.62-
YUV187.6160.96132.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.65%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 246 (96.48% from 255) = 40.13%
R=31.65%
G=28.22%
B=40.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1941732460.210.3000.04257.2680.2282.16
HexC2ADF6151E041015052
Octal302255366253604401120122
Binary1100001010101101111101101010111110010010000000110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADF6; }

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

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

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

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

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

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

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

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