Html Css Color HEX #C1B6DB Melrose

📋 copy color: '#C1B6DB'

red 193 ◦ green 182 ◦ blue 219

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

Shades of Melrose #C1B6DB

Tints of Melrose #C1B6DB

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 value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1B6DB (or 0xC1B6DB) is known color: 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

RGB 193 182 219 -
CMYK 0.12 0.17 0 0.14
HSL 257.84º 0.34% 0.79% -
HSV(B) 257.84º 0.17% 0.86% -
XYZ 51.51 49.91 73.94 -
YUV 189.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 193 182 219 0.12 0.17 0 0.14 257.84 0.34 0.79
Hex C1 B6 DB C 11 0 E 102 22 4F
Octal 301 266 333 14 21 0 16 402 42 117
Binary 11000001 10110110 11011011 1100 10001 0 1110 100000010 100010 1001111

Color Harmonies of #C1B6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B6DB

Black with #C1B6DB

Text Example


Text Example

White with #C1B6DB

Text Example


Text Example

HTML Codes & Css Web 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>