#C4B1EB

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

Shades of Melrose #C4B1EB

Tints of Melrose #C4B1EB

Color information

#C4B1EB (or 0xC4B1EB) is unknown color: approx Melrose. HEX triplet: C4, B1 and EB. RGB value is (196,177,235). Sum of RGB (Red+Green+Blue) = 196+177+235=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4B1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B1EB is #3B4E14. Grayscale: #BDBDBD. Windows color (decimal): -3886613 or 15446468. OLE color: 15446468.

HSL color Cylindrical-coordinate representation of color #C4B1EB: hue angle of 259.66º degrees, saturation: 0.59, 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 #C4B1EB is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196177235-
CMYK0.170.2500.08
HSL259.66º59.18%80.78%-
HSV(B)259.66º24.68%92.16%-
XYZ53.4849.1885.27-
YUV189.29153.79132.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.24%
GREEN value IS 177 (69.53% from 255) = 29.11%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=32.24%
G=29.11%
B=38.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961772350.170.2500.08259.6659.1880.78
HexC4B1EB1119081043b51
Octal304261353213101040473121
Binary1100010010110001111010111000111001010001000001001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B1EB; }

 p { color: rgb(196,177,235); }

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

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

 a { background-color: rgb(196,177,235); }

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

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

 span { border-color: rgb(196,177,235); }

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