#C5ADF1

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

Shades of Melrose #C5ADF1

Tints of Melrose #C5ADF1

Color information

#C5ADF1 (or 0xC5ADF1) is unknown color: approx Melrose. HEX triplet: C5, AD and F1. RGB value is (197,173,241). Sum of RGB (Red+Green+Blue) = 197+173+241=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADF1 is #3A520E. Grayscale: #BBBBBB. Windows color (decimal): -3822095 or 15838661. OLE color: 15838661.

HSL color Cylindrical-coordinate representation of color #C5ADF1: hue angle of 261.18º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5ADF1 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197173241-
CMYK0.180.2800.05
HSL261.18º70.83%81.18%-
HSV(B)261.18º28.22%94.51%-
XYZ53.8548.1189.67-
YUV187.93157.95134.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.24%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=32.24%
G=28.31%
B=39.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971732410.180.2800.05261.1870.8381.18
HexC5ADF1121C051054751
Octal305255361223405405107121
Binary1100010110101101111100011001011100010110000010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ADF1; }

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

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

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

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

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

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

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

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