#C7B5EB

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

Shades of Melrose #C7B5EB

Tints of Melrose #C7B5EB

Color information

#C7B5EB (or 0xC7B5EB) is unknown color: approx Melrose. HEX triplet: C7, B5 and EB. RGB value is (199,181,235). Sum of RGB (Red+Green+Blue) = 199+181+235=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7B5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B5EB is #384A14. Grayscale: #C0C0C0. Windows color (decimal): -3688981 or 15447495. OLE color: 15447495.

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

Color convert

RGB199181235-
CMYK0.150.2300.08
HSL260º57.45%81.57%-
HSV(B)260º22.98%92.16%-
XYZ55.0751.1985.57-
YUV192.54151.96132.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.36%
GREEN value IS 181 (71.09% from 255) = 29.43%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=32.36%
G=29.43%
B=38.21%

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
Decimal1991812350.150.2300.0826057.4581.57
HexC7B5EBF17081043952
Octal307265353172701040471122
Binary110001111011010111101011111110111010001000001001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B5EB; }

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

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

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

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

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

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

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

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