#C1B9EF

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

Shades of Melrose #C1B9EF

Tints of Melrose #C1B9EF

Color information

#C1B9EF (or 0xC1B9EF) is unknown color: approx Melrose. HEX triplet: C1, B9 and EF. RGB value is (193,185,239). Sum of RGB (Red+Green+Blue) = 193+185+239=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B9EF is #3E4610. Grayscale: #C1C1C1. Windows color (decimal): -4081169 or 15710657. OLE color: 15710657.

HSL color Cylindrical-coordinate representation of color #C1B9EF: hue angle of 248.89º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1B9EF is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB193185239-
CMYK0.190.2300.06
HSL248.89º62.79%83.14%-
HSV(B)248.89º22.59%93.73%-
XYZ54.9252.2788.86-
YUV193.55153.65127.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.28%
GREEN value IS 185 (72.66% from 255) = 29.98%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=31.28%
G=29.98%
B=38.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931852390.190.2300.06248.8962.7983.14
HexC1B9EF131706f93f53
Octal30127135723270637177123
Binary11000001101110011110111110011101110110111110011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B9EF; }

 p { color: rgb(193,185,239); }

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

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

 a { background-color: rgb(193,185,239); }

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

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

 span { border-color: rgb(193,185,239); }

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