#C5B9EB

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

Shades of Melrose #C5B9EB

Tints of Melrose #C5B9EB

Color information

#C5B9EB (or 0xC5B9EB) is unknown color: approx Melrose. HEX triplet: C5, B9 and EB. RGB value is (197,185,235). Sum of RGB (Red+Green+Blue) = 197+185+235=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B9EB is #3A4614. Grayscale: #C2C2C2. Windows color (decimal): -3819029 or 15448517. OLE color: 15448517.

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

Color convert

RGB197185235-
CMYK0.160.2100.08
HSL254.4º55.56%82.35%-
HSV(B)254.4º21.28%92.16%-
XYZ55.3752.5785.83-
YUV194.29150.98129.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.93%
GREEN value IS 185 (72.66% from 255) = 29.98%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=31.93%
G=29.98%
B=38.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971852350.160.2100.08254.455.5682.35
HexC5B9EB101508fe3852
Octal305271353202501037670122
Binary110001011011100111101011100001010101000111111101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B9EB; }

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

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

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

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

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

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

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

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