#C5ADFA

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

Shades of Melrose #C5ADFA

Tints of Melrose #C5ADFA

Color information

#C5ADFA (or 0xC5ADFA) is unknown color: approx Melrose. HEX triplet: C5, AD and FA. RGB value is (197,173,250). Sum of RGB (Red+Green+Blue) = 197+173+250=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADFA is #3A5205. Grayscale: #BCBCBC. Windows color (decimal): -3822086 or 16428485. OLE color: 16428485.

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

Color convert

RGB197173250-
CMYK0.210.3100.02
HSL258.7º88.51%82.94%-
HSV(B)258.7º30.8%98.04%-
XYZ55.2248.6696.92-
YUV188.95162.45133.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.77%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=31.77%
G=27.90%
B=40.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971732500.210.3100.02258.788.5182.94
HexC5ADFA151F021035953
Octal305255372253702403131123
Binary110001011010110111111010101011111101010000001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ADFA; }

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

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

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

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

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

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

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

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