#C5B9DF

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

Shades of Melrose #C5B9DF

Tints of Melrose #C5B9DF

Color information

#C5B9DF (or 0xC5B9DF) is unknown color: approx Melrose. HEX triplet: C5, B9 and DF. RGB value is (197,185,223). Sum of RGB (Red+Green+Blue) = 197+185+223=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5B9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B9DF is #3A4620. Grayscale: #C0C0C0. Windows color (decimal): -3819041 or 14662085. OLE color: 14662085.

HSL color Cylindrical-coordinate representation of color #C5B9DF: hue angle of 258.95º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5B9DF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197185223-
CMYK0.120.1700.13
HSL258.95º37.25%80%-
HSV(B)258.95º17.04%87.45%-
XYZ53.6951.977-
YUV192.92144.98130.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.56%
GREEN value IS 185 (72.66% from 255) = 30.58%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=32.56%
G=30.58%
B=36.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971852230.120.1700.13258.9537.2580
HexC5B9DFC110D1032550
Octal305271337142101540345120
Binary110001011011100111011111110010001011011000000111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B9DF; }

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

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

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

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

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

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

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

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