#C5B9EC

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

Shades of Melrose #C5B9EC

Tints of Melrose #C5B9EC

Color information

#C5B9EC (or 0xC5B9EC) is unknown color: approx Melrose. HEX triplet: C5, B9 and EC. RGB value is (197,185,236). Sum of RGB (Red+Green+Blue) = 197+185+236=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B9EC is #3A4613. Grayscale: #C2C2C2. Windows color (decimal): -3819028 or 15514053. OLE color: 15514053.

HSL color Cylindrical-coordinate representation of color #C5B9EC: hue angle of 254.12º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5B9EC is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197185236-
CMYK0.170.2200.07
HSL254.12º57.3%82.55%-
HSV(B)254.12º21.61%92.55%-
XYZ55.5252.6286.59-
YUV194.4151.48129.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.88%
GREEN value IS 185 (72.66% from 255) = 29.94%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=31.88%
G=29.94%
B=38.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971852360.170.2200.07254.1257.382.55
HexC5B9EC111607fe3953
Octal30527135421260737671123
Binary11000101101110011110110010001101100111111111101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B9EC; }

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

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

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

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

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

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

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

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