#C1ABED

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

Shades of Melrose #C1ABED

Tints of Melrose #C1ABED

Color information

#C1ABED (or 0xC1ABED) is unknown color: approx Melrose. HEX triplet: C1, AB and ED. RGB value is (193,171,237). Sum of RGB (Red+Green+Blue) = 193+171+237=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABED is #3E5412. Grayscale: #B8B8B8. Windows color (decimal): -4084755 or 15576001. OLE color: 15576001.

HSL color Cylindrical-coordinate representation of color #C1ABED: hue angle of 260º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1ABED is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193171237-
CMYK0.190.2800.07
HSL260º64.71%80%-
HSV(B)260º27.85%92.94%-
XYZ51.8446.5886.38-
YUV185.1157.29133.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.11%
GREEN value IS 171 (67.19% from 255) = 28.45%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=32.11%
G=28.45%
B=39.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931712370.190.2800.0726064.7180
HexC1ABED131C071044150
Octal301253355233407404101120
Binary1100000110101011111011011001111100011110000010010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABED; }

 p { color: rgb(193,171,237); }

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

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

 a { background-color: rgb(193,171,237); }

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

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

 span { border-color: rgb(193,171,237); }

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