Html Css Color HEX #C1B6EC Melrose

📋 copy color: '#C1B6EC'

red 193 ◦ green 182 ◦ blue 236

#C1B6EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C1B6EC

Tints of Melrose #C1B6EC

RGB

 RED value IS 193 (75.78% from 255) = 31.59%

 GREEN value IS 182 (71.48% from 255) = 29.79%

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 31.59%
G = 29.79%
B = 38.63%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1B6EC (or 0xC1B6EC) is known color: Melrose. HEX triplet: C1, B6 and EC. RGB value is (193,182,236). Sum of RGB (Red+Green+Blue) = 193+182+236=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B6EC is #3E4913. Grayscale: #BFBFBF. Windows color (decimal): -4081940 or 15513281. OLE color: 15513281.

HSL color Cylindrical-coordinate representation of color #C1B6EC: hue angle of 252.22º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1B6EC is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 182 236 -
CMYK 0.18 0.23 0 0.07
HSL 252.22º 0.59% 0.82% -
HSV(B) 252.22º 0.23% 0.93% -
XYZ 53.86 50.85 86.33 -
YUV 191.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 193 182 236 0.18 0.23 0 0.07 252.22 0.59 0.82
Hex C1 B6 EC 12 17 0 7 FC 3B 52
Octal 301 266 354 22 27 0 7 374 73 122
Binary 11000001 10110110 11101100 10010 10111 0 111 11111100 111011 1010010

Color Harmonies of #C1B6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B6EC

Black with #C1B6EC

Text Example


Text Example

White with #C1B6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B6EC; }

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

 H1.HeaderClassName
 {
   color: #C1B6EC;
 }
 .AnyTagClassName
 {
   color: #C1B6EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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