Html Css Color HEX #C1BBDB Melrose

📋 copy color: '#C1BBDB'

red 193 ◦ green 187 ◦ blue 219

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

Shades of Melrose #C1BBDB

Tints of Melrose #C1BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.22%

 BLUE value IS 219 (85.94% from 255) = 36.56%

R = 32.22%
G = 31.22%
B = 36.56%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1BBDB (or 0xC1BBDB) is known color: Melrose. HEX triplet: C1, BB and DB. RGB value is (193,187,219). Sum of RGB (Red+Green+Blue) = 193+187+219=599 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.22% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBDB is #3E4424. Grayscale: #C0C0C0. Windows color (decimal): -4080677 or 14400449. OLE color: 14400449.

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

Color convert

RGB 193 187 219 -
CMYK 0.12 0.15 0 0.14
HSL 251.25º 0.31% 0.8% -
HSV(B) 251.25º 0.15% 0.86% -
XYZ 52.55 51.99 74.28 -
YUV 192.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 193 187 219 0.12 0.15 0 0.14 251.25 0.31 0.8
Hex C1 BB DB C F 0 E FB 1F 50
Octal 301 273 333 14 17 0 16 373 37 120
Binary 11000001 10111011 11011011 1100 1111 0 1110 11111011 11111 1010000

Color Harmonies of #C1BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BBDB

Black with #C1BBDB

Text Example


Text Example

White with #C1BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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