#C2ADF7

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

Shades of Melrose #C2ADF7

Tints of Melrose #C2ADF7

Color information

#C2ADF7 (or 0xC2ADF7) is unknown color: approx Melrose. HEX triplet: C2, AD and F7. RGB value is (194,173,247). Sum of RGB (Red+Green+Blue) = 194+173+247=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADF7 is #3D5208. Grayscale: #BBBBBB. Windows color (decimal): -4018697 or 16231874. OLE color: 16231874.

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

Color convert

RGB194173247-
CMYK0.210.3000.03
HSL257.03º82.22%82.35%-
HSV(B)257.03º29.96%96.86%-
XYZ53.9848.0794.43-
YUV187.71161.46132.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.60%
GREEN value IS 173 (67.97% from 255) = 28.18%
BLUE value IS 247 (96.88% from 255) = 40.23%
R=31.60%
G=28.18%
B=40.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1941732470.210.3000.03257.0382.2282.35
HexC2ADF7151E031015252
Octal302255367253603401122122
Binary110000101010110111110111101011111001110000000110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADF7; }

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

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

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

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

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

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

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

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