#C7B7EB

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

Shades of Melrose #C7B7EB

Tints of Melrose #C7B7EB

Color information

#C7B7EB (or 0xC7B7EB) is unknown color: approx Melrose. HEX triplet: C7, B7 and EB. RGB value is (199,183,235). Sum of RGB (Red+Green+Blue) = 199+183+235=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7B7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B7EB is #384814. Grayscale: #C1C1C1. Windows color (decimal): -3688469 or 15448007. OLE color: 15448007.

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

Color convert

RGB199183235-
CMYK0.150.2200.08
HSL258.46º56.52%81.96%-
HSV(B)258.46º22.13%92.16%-
XYZ55.4852.0185.71-
YUV193.71151.3131.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.25%
GREEN value IS 183 (71.88% from 255) = 29.66%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=32.25%
G=29.66%
B=38.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1991832350.150.2200.08258.4656.5281.96
HexC7B7EBF16081023952
Octal307267353172601040271122
Binary110001111011011111101011111110110010001000000101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B7EB; }

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

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

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

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

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

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

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

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