#C7B5ED

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

Shades of Melrose #C7B5ED

Tints of Melrose #C7B5ED

Color information

#C7B5ED (or 0xC7B5ED) is unknown color: approx Melrose. HEX triplet: C7, B5 and ED. RGB value is (199,181,237). Sum of RGB (Red+Green+Blue) = 199+181+237=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 181 (71.09% from 255 or 29.34% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B5ED is #384A12. Grayscale: #C0C0C0. Windows color (decimal): -3688979 or 15578567. OLE color: 15578567.

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

Color convert

RGB199181237-
CMYK0.160.2400.07
HSL259.29º60.87%81.96%-
HSV(B)259.29º23.63%92.94%-
XYZ55.3651.387.11-
YUV192.77152.96132.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.25%
GREEN value IS 181 (71.09% from 255) = 29.34%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=32.25%
G=29.34%
B=38.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991812370.160.2400.07259.2960.8781.96
HexC7B5ED1018071033d52
Octal30726535520300740375122
Binary110001111011010111101101100001100001111000000111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B5ED; }

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

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

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

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

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

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

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

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