#C1B3EB

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

Shades of Melrose #C1B3EB

Tints of Melrose #C1B3EB

Color information

#C1B3EB (or 0xC1B3EB) is unknown color: approx Melrose. HEX triplet: C1, B3 and EB. RGB value is (193,179,235). Sum of RGB (Red+Green+Blue) = 193+179+235=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1B3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B3EB is #3E4C14. Grayscale: #BDBDBD. Windows color (decimal): -4082709 or 15446977. OLE color: 15446977.

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

Color convert

RGB193179235-
CMYK0.180.2400.08
HSL255º58.33%81.18%-
HSV(B)255º23.83%92.16%-
XYZ53.1149.5885.37-
YUV189.57153.64130.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.80%
GREEN value IS 179 (70.31% from 255) = 29.49%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=31.80%
G=29.49%
B=38.71%

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
Decimal1931792350.180.2400.0825558.3381.18
HexC1B3EB121808ff3a51
Octal301263353223001037772121
Binary110000011011001111101011100101100001000111111111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B3EB; }

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

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

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

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

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

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

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

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