#C8B1EC

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

Shades of Melrose #C8B1EC

Tints of Melrose #C8B1EC

Color information

#C8B1EC (or 0xC8B1EC) is unknown color: approx Melrose. HEX triplet: C8, B1 and EC. RGB value is (200,177,236). Sum of RGB (Red+Green+Blue) = 200+177+236=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8B1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B1EC is #374E13. Grayscale: #BEBEBE. Windows color (decimal): -3624468 or 15512008. OLE color: 15512008.

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

Color convert

RGB200177236-
CMYK0.150.2500.07
HSL263.39º60.82%80.98%-
HSV(B)263.39º25%92.55%-
XYZ54.6849.7886.08-
YUV190.6153.62134.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.63%
GREEN value IS 177 (69.53% from 255) = 28.87%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=32.63%
G=28.87%
B=38.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001772360.150.2500.07263.3960.8280.98
HexC8B1ECF19071073d51
Octal31026135417310740775121
Binary11001000101100011110110011111100101111000001111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B1EC; }

 p { color: rgb(200,177,236); }

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

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

 a { background-color: rgb(200,177,236); }

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

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

 span { border-color: rgb(200,177,236); }

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