#C7ADFA

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

Shades of Melrose #C7ADFA

Tints of Melrose #C7ADFA

Color information

#C7ADFA (or 0xC7ADFA) is unknown color: approx Melrose. HEX triplet: C7, AD and FA. RGB value is (199,173,250). Sum of RGB (Red+Green+Blue) = 199+173+250=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ADFA is #385205. Grayscale: #BDBDBD. Windows color (decimal): -3691014 or 16428487. OLE color: 16428487.

HSL color Cylindrical-coordinate representation of color #C7ADFA: hue angle of 260.26º degrees, saturation: 0.89, 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 #C7ADFA is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199173250-
CMYK0.200.3100.02
HSL260.26º88.51%82.94%-
HSV(B)260.26º30.8%98.04%-
XYZ55.7548.9396.95-
YUV189.55162.11134.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.99%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=31.99%
G=27.81%
B=40.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1991732500.200.3100.02260.2688.5182.94
HexC7ADFA141F021045953
Octal307255372243702404131123
Binary110001111010110111111010101001111101010000010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ADFA; }

 p { color: rgb(199,173,250); }

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

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

 a { background-color: rgb(199,173,250); }

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

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

 span { border-color: rgb(199,173,250); }

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