#C1B6DB

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

Shades of Melrose #C1B6DB

Tints of Melrose #C1B6DB

Color information

#C1B6DB (or 0xC1B6DB) is unknown color: approx Melrose. HEX triplet: C1, B6 and DB. RGB value is (193,182,219). Sum of RGB (Red+Green+Blue) = 193+182+219=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1B6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B6DB is #3E4924. Grayscale: #BDBDBD. Windows color (decimal): -4081957 or 14399169. OLE color: 14399169.

HSL color Cylindrical-coordinate representation of color #C1B6DB: hue angle of 257.84º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1B6DB is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193182219-
CMYK0.120.1700.14
HSL257.84º33.94%78.63%-
HSV(B)257.84º16.89%85.88%-
XYZ51.5149.9173.94-
YUV189.51144.64130.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.49%
GREEN value IS 182 (71.48% from 255) = 30.64%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=32.49%
G=30.64%
B=36.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931822190.120.1700.14257.8433.9478.63
HexC1B6DBC110E102224f
Octal301266333142101640242117
Binary110000011011011011011011110010001011101000000101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B6DB; }

 p { color: rgb(193,182,219); }

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

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

 a { background-color: rgb(193,182,219); }

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

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

 span { border-color: rgb(193,182,219); }

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