#C7C0D8

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

Shades of Melrose #C7C0D8

Tints of Melrose #C7C0D8

Color information

#C7C0D8 (or 0xC7C0D8) is unknown color: approx Melrose. HEX triplet: C7, C0 and D8. RGB value is (199,192,216). Sum of RGB (Red+Green+Blue) = 199+192+216=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7C0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0D8 is #383F27. Grayscale: #C4C4C4. Windows color (decimal): -3686184 or 14205127. OLE color: 14205127.

HSL color Cylindrical-coordinate representation of color #C7C0D8: hue angle of 257.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7C0D8 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199192216-
CMYK0.080.1100.15
HSL257.5º23.53%80%-
HSV(B)257.5º11.11%84.71%-
XYZ54.854.872.65-
YUV196.83138.82129.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.78%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=32.78%
G=31.63%
B=35.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991922160.080.1100.15257.523.5380
HexC7C0D88B0F1021850
Octal307300330101301740230120
Binary1100011111000000110110001000101101111100000010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C0D8; }

 p { color: rgb(199,192,216); }

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

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

 a { background-color: rgb(199,192,216); }

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

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

 span { border-color: rgb(199,192,216); }

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