#C6C2DC

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

Shades of Melrose #C6C2DC

Tints of Melrose #C6C2DC

Color information

#C6C2DC (or 0xC6C2DC) is unknown color: approx Melrose. HEX triplet: C6, C2 and DC. RGB value is (198,194,220). Sum of RGB (Red+Green+Blue) = 198+194+220=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C2DC is #393D23. Grayscale: #C6C6C6. Windows color (decimal): -3751204 or 14467782. OLE color: 14467782.

HSL color Cylindrical-coordinate representation of color #C6C2DC: hue angle of 249.23º 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 #C6C2DC is Cyan = 0.1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198194220-
CMYK0.10.1200.14
HSL249.23º27.08%81.18%-
HSV(B)249.23º11.82%86.27%-
XYZ55.555.7675.55-
YUV198.16140.33127.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.35%
GREEN value IS 194 (76.17% from 255) = 31.70%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=32.35%
G=31.70%
B=35.95%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981942200.10.1200.14249.2327.0881.18
HexC6C2DCAC0Ef91b51
Octal306302334121401637133121
Binary110001101100001011011100101011000111011111001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C2DC; }

 p { color: rgb(198,194,220); }

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

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

 a { background-color: rgb(198,194,220); }

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

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

 span { border-color: rgb(198,194,220); }

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