#C6C0DB

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

Shades of Melrose #C6C0DB

Tints of Melrose #C6C0DB

Color information

#C6C0DB (or 0xC6C0DB) is unknown color: approx Melrose. HEX triplet: C6, C0 and DB. RGB value is (198,192,219). Sum of RGB (Red+Green+Blue) = 198+192+219=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C0DB is #393F24. Grayscale: #C4C4C4. Windows color (decimal): -3751717 or 14401734. OLE color: 14401734.

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

Color convert

RGB198192219-
CMYK0.100.1200.14
HSL253.33º27.27%80.59%-
HSV(B)253.33º12.33%85.88%-
XYZ54.9254.8274.7-
YUV196.87140.49128.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.51%
GREEN value IS 192 (75.39% from 255) = 31.53%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=32.51%
G=31.53%
B=35.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981922190.100.1200.14253.3327.2780.59
HexC6C0DBAC0Efd1b51
Octal306300333121401637533121
Binary110001101100000011011011101011000111011111101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C0DB; }

 p { color: rgb(198,192,219); }

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

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

 a { background-color: rgb(198,192,219); }

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

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

 span { border-color: rgb(198,192,219); }

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