#C2ADF9

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

Shades of Melrose #C2ADF9

Tints of Melrose #C2ADF9

Color information

#C2ADF9 (or 0xC2ADF9) is unknown color: approx Melrose. HEX triplet: C2, AD and F9. RGB value is (194,173,249). Sum of RGB (Red+Green+Blue) = 194+173+249=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #C2ADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADF9 is #3D5206. Grayscale: #BBBBBB. Windows color (decimal): -4018695 or 16362946. OLE color: 16362946.

HSL color Cylindrical-coordinate representation of color #C2ADF9: hue angle of 256.58º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2ADF9 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194173249-
CMYK0.220.3100.02
HSL256.58º86.36%82.75%-
HSV(B)256.58º30.52%97.65%-
XYZ54.2948.296.06-
YUV187.94162.46132.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.49%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 249 (97.66% from 255) = 40.42%
R=31.49%
G=28.08%
B=40.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941732490.220.3100.02256.5886.3682.75
HexC2ADF9161F021015653
Octal302255371263702401126123
Binary110000101010110111111001101101111101010000000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADF9; }

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

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

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

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

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

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

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

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