#C5B9E9

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

Shades of Melrose #C5B9E9

Tints of Melrose #C5B9E9

Color information

#C5B9E9 (or 0xC5B9E9) is unknown color: approx Melrose. HEX triplet: C5, B9 and E9. RGB value is (197,185,233). Sum of RGB (Red+Green+Blue) = 197+185+233=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5B9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B9E9 is #3A4616. Grayscale: #C1C1C1. Windows color (decimal): -3819031 or 15317445. OLE color: 15317445.

HSL color Cylindrical-coordinate representation of color #C5B9E9: hue angle of 255º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5B9E9 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB197185233-
CMYK0.150.2100.09
HSL255º52.17%81.96%-
HSV(B)255º20.6%91.37%-
XYZ55.0852.4584.31-
YUV194.06149.98130.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.03%
GREEN value IS 185 (72.66% from 255) = 30.08%
BLUE value IS 233 (91.41% from 255) = 37.89%
R=32.03%
G=30.08%
B=37.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1971852330.150.2100.0925552.1781.96
HexC5B9E9F1509ff3452
Octal305271351172501137764122
Binary11000101101110011110100111111010101001111111111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B9E9; }

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

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

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

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

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

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

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

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