#C1B1EC

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

Shades of Melrose #C1B1EC

Tints of Melrose #C1B1EC

Color information

#C1B1EC (or 0xC1B1EC) is unknown color: approx Melrose. HEX triplet: C1, B1 and EC. RGB value is (193,177,236). Sum of RGB (Red+Green+Blue) = 193+177+236=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1B1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B1EC is #3E4E13. Grayscale: #BCBCBC. Windows color (decimal): -4083220 or 15512001. OLE color: 15512001.

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

Color convert

RGB193177236-
CMYK0.180.2500.07
HSL256.27º60.82%80.98%-
HSV(B)256.27º25%92.55%-
XYZ52.8548.8486-
YUV188.51154.8131.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.85%
GREEN value IS 177 (69.53% from 255) = 29.21%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=31.85%
G=29.21%
B=38.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931772360.180.2500.07256.2760.8280.98
HexC1B1EC1219071003d51
Octal30126135422310740075121
Binary110000011011000111101100100101100101111000000001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B1EC; }

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

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

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

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

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

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

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

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