#C6B0EB

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

Shades of Melrose #C6B0EB

Tints of Melrose #C6B0EB

Color information

#C6B0EB (or 0xC6B0EB) is unknown color: approx Melrose. HEX triplet: C6, B0 and EB. RGB value is (198,176,235). Sum of RGB (Red+Green+Blue) = 198+176+235=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6B0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B0EB is #394F14. Grayscale: #BDBDBD. Windows color (decimal): -3755797 or 15446214. OLE color: 15446214.

HSL color Cylindrical-coordinate representation of color #C6B0EB: hue angle of 262.37º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6B0EB is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198176235-
CMYK0.160.2500.08
HSL262.37º59.6%80.59%-
HSV(B)262.37º25.11%92.16%-
XYZ53.8149.0585.23-
YUV189.3153.79134.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.51%
GREEN value IS 176 (69.14% from 255) = 28.90%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=32.51%
G=28.90%
B=38.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981762350.160.2500.08262.3759.680.59
HexC6B0EB1019081063c51
Octal306260353203101040674121
Binary1100011010110000111010111000011001010001000001101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B0EB; }

 p { color: rgb(198,176,235); }

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

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

 a { background-color: rgb(198,176,235); }

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

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

 span { border-color: rgb(198,176,235); }

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