#C1B1EB

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

Shades of Melrose #C1B1EB

Tints of Melrose #C1B1EB

Color information

#C1B1EB (or 0xC1B1EB) is unknown color: approx Melrose. HEX triplet: C1, B1 and EB. RGB value is (193,177,235). Sum of RGB (Red+Green+Blue) = 193+177+235=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1B1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B1EB is #3E4E14. Grayscale: #BCBCBC. Windows color (decimal): -4083221 or 15446465. OLE color: 15446465.

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

Color convert

RGB193177235-
CMYK0.180.2500.08
HSL256.55º59.18%80.78%-
HSV(B)256.55º24.68%92.16%-
XYZ52.7148.7885.23-
YUV188.4154.3131.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.90%
GREEN value IS 177 (69.53% from 255) = 29.26%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=31.90%
G=29.26%
B=38.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931772350.180.2500.08256.5559.1880.78
HexC1B1EB1219081013b51
Octal301261353223101040173121
Binary1100000110110001111010111001011001010001000000011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B1EB; }

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

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

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

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

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

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

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

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