#C1B1EA

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

Shades of Melrose #C1B1EA

Tints of Melrose #C1B1EA

Color information

#C1B1EA (or 0xC1B1EA) is unknown color: approx Melrose. HEX triplet: C1, B1 and EA. RGB value is (193,177,234). Sum of RGB (Red+Green+Blue) = 193+177+234=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1B1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B1EA is #3E4E15. Grayscale: #BCBCBC. Windows color (decimal): -4083222 or 15380929. OLE color: 15380929.

HSL color Cylindrical-coordinate representation of color #C1B1EA: hue angle of 256.84º 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 #C1B1EA is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193177234-
CMYK0.180.2400.08
HSL256.84º57.58%80.59%-
HSV(B)256.84º24.36%91.76%-
XYZ52.5748.7284.48-
YUV188.28153.8131.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.95%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=31.95%
G=29.30%
B=38.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931772340.180.2400.08256.8457.5880.59
HexC1B1EA1218081013a51
Octal301261352223001040172121
Binary1100000110110001111010101001011000010001000000011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B1EA; }

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

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

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

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

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

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

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

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