#C1BBDB

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

Shades of Melrose #C1BBDB

Tints of Melrose #C1BBDB

Color information

#C1BBDB (or 0xC1BBDB) is unknown color: approx 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

RGB193187219-
CMYK0.120.1500.14
HSL251.25º30.77%79.61%-
HSV(B)251.25º14.61%85.88%-
XYZ52.5551.9974.28-
YUV192.44142.99128.4-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931872190.120.1500.14251.2530.7779.61
HexC1BBDBCF0Efb1f50
Octal301273333141701637337120
Binary110000011011101111011011110011110111011111011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>