#C5B6EB

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

Shades of Melrose #C5B6EB

Tints of Melrose #C5B6EB

Color information

#C5B6EB (or 0xC5B6EB) is unknown color: approx Melrose. HEX triplet: C5, B6 and EB. RGB value is (197,182,235). Sum of RGB (Red+Green+Blue) = 197+182+235=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5B6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B6EB is #3A4914. Grayscale: #C0C0C0. Windows color (decimal): -3819797 or 15447749. OLE color: 15447749.

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

Color convert

RGB197182235-
CMYK0.160.2300.08
HSL256.98º56.99%81.76%-
HSV(B)256.98º22.55%92.16%-
XYZ54.7551.3285.62-
YUV192.53151.97131.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.08%
GREEN value IS 182 (71.48% from 255) = 29.64%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=32.08%
G=29.64%
B=38.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971822350.160.2300.08256.9856.9981.76
HexC5B6EB1017081013952
Octal305266353202701040171122
Binary1100010110110110111010111000010111010001000000011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B6EB; }

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

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

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

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

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

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

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

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