#C7B6EA

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

Shades of Melrose #C7B6EA

Tints of Melrose #C7B6EA

Color information

#C7B6EA (or 0xC7B6EA) is unknown color: approx Melrose. HEX triplet: C7, B6 and EA. RGB value is (199,182,234). Sum of RGB (Red+Green+Blue) = 199+182+234=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 182 (71.48% from 255 or 29.59% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7B6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B6EA is #384915. Grayscale: #C0C0C0. Windows color (decimal): -3688726 or 15382215. OLE color: 15382215.

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

Color convert

RGB199182234-
CMYK0.150.2200.08
HSL259.62º55.32%81.57%-
HSV(B)259.62º22.22%91.76%-
XYZ55.1351.5484.88-
YUV193.01151.13132.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.36%
GREEN value IS 182 (71.48% from 255) = 29.59%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=32.36%
G=29.59%
B=38.05%

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
Decimal1991822340.150.2200.08259.6255.3281.57
HexC7B6EAF16081043752
Octal307266352172601040467122
Binary110001111011011011101010111110110010001000001001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B6EA; }

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

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

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

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

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

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

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

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