#C8B1EA

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

Shades of Melrose #C8B1EA

Tints of Melrose #C8B1EA

Color information

#C8B1EA (or 0xC8B1EA) is unknown color: approx Melrose. HEX triplet: C8, B1 and EA. RGB value is (200,177,234). Sum of RGB (Red+Green+Blue) = 200+177+234=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8B1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B1EA is #374E15. Grayscale: #BEBEBE. Windows color (decimal): -3624470 or 15380936. OLE color: 15380936.

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

Color convert

RGB200177234-
CMYK0.150.2400.08
HSL264.21º57.58%80.59%-
HSV(B)264.21º24.36%91.76%-
XYZ54.3949.6684.56-
YUV190.38152.62134.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.73%
GREEN value IS 177 (69.53% from 255) = 28.97%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=32.73%
G=28.97%
B=38.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001772340.150.2400.08264.2157.5880.59
HexC8B1EAF18081083a51
Octal310261352173001041072121
Binary110010001011000111101010111111000010001000010001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B1EA; }

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

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

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

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

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

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

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

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