#C1BADE

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

Shades of Melrose #C1BADE

Tints of Melrose #C1BADE

Color information

#C1BADE (or 0xC1BADE) is unknown color: approx Melrose. HEX triplet: C1, BA and DE. RGB value is (193,186,222). Sum of RGB (Red+Green+Blue) = 193+186+222=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BADE is #3E4521. Grayscale: #C0C0C0. Windows color (decimal): -4080930 or 14596801. OLE color: 14596801.

HSL color Cylindrical-coordinate representation of color #C1BADE: hue angle of 251.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1BADE is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193186222-
CMYK0.130.1600.13
HSL251.67º35.29%80%-
HSV(B)251.67º16.22%87.06%-
XYZ52.7451.7376.31-
YUV192.2144.82128.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.11%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=32.11%
G=30.95%
B=36.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931862220.130.1600.13251.6735.2980
HexC1BADED100Dfc2350
Octal301272336152001537443120
Binary11000001101110101101111011011000001101111111001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BADE; }

 p { color: rgb(193,186,222); }

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

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

 a { background-color: rgb(193,186,222); }

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

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

 span { border-color: rgb(193,186,222); }

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