#C7B5EC

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

Shades of Melrose #C7B5EC

Tints of Melrose #C7B5EC

Color information

#C7B5EC (or 0xC7B5EC) is unknown color: approx Melrose. HEX triplet: C7, B5 and EC. RGB value is (199,181,236). Sum of RGB (Red+Green+Blue) = 199+181+236=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B5EC is #384A13. Grayscale: #C0C0C0. Windows color (decimal): -3688980 or 15513031. OLE color: 15513031.

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

Color convert

RGB199181236-
CMYK0.160.2300.07
HSL259.64º59.14%81.76%-
HSV(B)259.64º23.31%92.55%-
XYZ55.2251.2586.34-
YUV192.65152.46132.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.31%
GREEN value IS 181 (71.09% from 255) = 29.38%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=32.31%
G=29.38%
B=38.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991812360.160.2300.07259.6459.1481.76
HexC7B5EC1017071043b52
Octal30726535420270740473122
Binary110001111011010111101100100001011101111000001001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B5EC; }

 p { color: rgb(199,181,236); }

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

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

 a { background-color: rgb(199,181,236); }

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

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

 span { border-color: rgb(199,181,236); }

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