#C7C0DA

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

Shades of Melrose #C7C0DA

Tints of Melrose #C7C0DA

Color information

#C7C0DA (or 0xC7C0DA) is unknown color: approx Melrose. HEX triplet: C7, C0 and DA. RGB value is (199,192,218). Sum of RGB (Red+Green+Blue) = 199+192+218=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7C0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0DA is #383F25. Grayscale: #C4C4C4. Windows color (decimal): -3686182 or 14336199. OLE color: 14336199.

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

Color convert

RGB199192218-
CMYK0.090.1200.15
HSL256.15º26%80.39%-
HSV(B)256.15º11.93%85.49%-
XYZ55.0654.974.03-
YUV197.06139.82129.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.68%
GREEN value IS 192 (75.39% from 255) = 31.53%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=32.68%
G=31.53%
B=35.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991922180.090.1200.15256.152680.39
HexC7C0DA9C0F1001a50
Octal307300332111401740032120
Binary1100011111000000110110101001110001111100000000110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C0DA; }

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

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

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

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

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

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

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

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