#C7C3DC

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

Shades of Melrose #C7C3DC

Tints of Melrose #C7C3DC

Color information

#C7C3DC (or 0xC7C3DC) is unknown color: approx Melrose. HEX triplet: C7, C3 and DC. RGB value is (199,195,220). Sum of RGB (Red+Green+Blue) = 199+195+220=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C3DC is #383C23. Grayscale: #C6C6C6. Windows color (decimal): -3685412 or 14468039. OLE color: 14468039.

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

Color convert

RGB199195220-
CMYK0.100.1100.14
HSL249.6º26.32%81.37%-
HSV(B)249.6º11.36%86.27%-
XYZ55.9956.3475.63-
YUV199.05139.83127.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.41%
GREEN value IS 195 (76.56% from 255) = 31.76%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=32.41%
G=31.76%
B=35.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991952200.100.1100.14249.626.3281.37
HexC7C3DCAB0Efa1a51
Octal307303334121301637232121
Binary110001111100001111011100101010110111011111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C3DC; }

 p { color: rgb(199,195,220); }

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

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

 a { background-color: rgb(199,195,220); }

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

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

 span { border-color: rgb(199,195,220); }

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