#C5ADFB

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

Shades of Melrose #C5ADFB

Tints of Melrose #C5ADFB

Color information

#C5ADFB (or 0xC5ADFB) is unknown color: approx Melrose. HEX triplet: C5, AD and FB. RGB value is (197,173,251). Sum of RGB (Red+Green+Blue) = 197+173+251=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADFB is #3A5204. Grayscale: #BCBCBC. Windows color (decimal): -3822085 or 16494021. OLE color: 16494021.

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

Color convert

RGB197173251-
CMYK0.220.3100.02
HSL258.46º90.7%83.14%-
HSV(B)258.46º31.08%98.43%-
XYZ55.3848.7297.75-
YUV189.07162.95133.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.72%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=31.72%
G=27.86%
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
Decimal1971732510.220.3100.02258.4690.783.14
HexC5ADFB161F021025b53
Octal305255373263702402133123
Binary110001011010110111111011101101111101010000001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ADFB; }

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

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

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

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

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

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

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

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