#C7C0DF

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

Shades of Melrose #C7C0DF

Tints of Melrose #C7C0DF

Color information

#C7C0DF (or 0xC7C0DF) is unknown color: approx Melrose. HEX triplet: C7, C0 and DF. RGB value is (199,192,223). Sum of RGB (Red+Green+Blue) = 199+192+223=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7C0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0DF is #383F20. Grayscale: #C5C5C5. Windows color (decimal): -3686177 or 14663879. OLE color: 14663879.

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

Color convert

RGB199192223-
CMYK0.110.1400.13
HSL253.55º32.63%81.37%-
HSV(B)253.55º13.9%87.45%-
XYZ55.7255.1777.52-
YUV197.63142.32128.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.41%
GREEN value IS 192 (75.39% from 255) = 31.27%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=32.41%
G=31.27%
B=36.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991922230.110.1400.13253.5532.6381.37
HexC7C0DFBE0Dfe2151
Octal307300337131601537641121
Binary1100011111000000110111111011111001101111111101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C0DF; }

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

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

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

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

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

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

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

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