#C7B6EB

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

Shades of Melrose #C7B6EB

Tints of Melrose #C7B6EB

Color information

#C7B6EB (or 0xC7B6EB) is unknown color: approx Melrose. HEX triplet: C7, B6 and EB. RGB value is (199,182,235). Sum of RGB (Red+Green+Blue) = 199+182+235=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 182 (71.48% from 255 or 29.55% 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 #C7B6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B6EB is #384914. Grayscale: #C0C0C0. Windows color (decimal): -3688725 or 15447751. OLE color: 15447751.

HSL color Cylindrical-coordinate representation of color #C7B6EB: hue angle of 259.25º 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 #C7B6EB is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199182235-
CMYK0.150.2300.08
HSL259.25º56.99%81.76%-
HSV(B)259.25º22.55%92.16%-
XYZ55.2851.685.64-
YUV193.12151.63132.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.31%
GREEN value IS 182 (71.48% from 255) = 29.55%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=32.31%
G=29.55%
B=38.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1991822350.150.2300.08259.2556.9981.76
HexC7B6EBF17081033952
Octal307266353172701040371122
Binary110001111011011011101011111110111010001000000111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B6EB; }

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

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

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

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

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

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

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

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