#C5B8EB

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

Shades of Melrose #C5B8EB

Tints of Melrose #C5B8EB

Color information

#C5B8EB (or 0xC5B8EB) is unknown color: approx Melrose. HEX triplet: C5, B8 and EB. RGB value is (197,184,235). Sum of RGB (Red+Green+Blue) = 197+184+235=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B8EB is #3A4714. Grayscale: #C1C1C1. Windows color (decimal): -3819285 or 15448261. OLE color: 15448261.

HSL color Cylindrical-coordinate representation of color #C5B8EB: hue angle of 255.29º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5B8EB is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197184235-
CMYK0.160.2200.08
HSL255.29º56.04%82.16%-
HSV(B)255.29º21.7%92.16%-
XYZ55.1652.1585.76-
YUV193.7151.31130.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.98%
GREEN value IS 184 (72.27% from 255) = 29.87%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=31.98%
G=29.87%
B=38.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971842350.160.2200.08255.2956.0482.16
HexC5B8EB101608ff3852
Octal305270353202601037770122
Binary110001011011100011101011100001011001000111111111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B8EB; }

 p { color: rgb(197,184,235); }

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

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

 a { background-color: rgb(197,184,235); }

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

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

 span { border-color: rgb(197,184,235); }

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