#C5B9EF

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

Shades of Melrose #C5B9EF

Tints of Melrose #C5B9EF

Color information

#C5B9EF (or 0xC5B9EF) is unknown color: approx Melrose. HEX triplet: C5, B9 and EF. RGB value is (197,185,239). Sum of RGB (Red+Green+Blue) = 197+185+239=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B9EF is #3A4610. Grayscale: #C2C2C2. Windows color (decimal): -3819025 or 15710661. OLE color: 15710661.

HSL color Cylindrical-coordinate representation of color #C5B9EF: hue angle of 253.33º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5B9EF is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB197185239-
CMYK0.180.2300.06
HSL253.33º62.79%83.14%-
HSV(B)253.33º22.59%93.73%-
XYZ55.9552.888.9-
YUV194.74152.98129.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.72%
GREEN value IS 185 (72.66% from 255) = 29.79%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=31.72%
G=29.79%
B=38.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1971852390.180.2300.06253.3362.7983.14
HexC5B9EF121706fd3f53
Octal30527135722270637577123
Binary11000101101110011110111110010101110110111111011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B9EF; }

 p { color: rgb(197,185,239); }

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

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

 a { background-color: rgb(197,185,239); }

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

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

 span { border-color: rgb(197,185,239); }

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